SMART datagrid v1.4 > Classes > LinearAxis

Back  Forward

DataLudi.LinearAxis.tickCount  property

연결된 시리즈항목들로 표시할 tick들을 계산할 때, 생성할 tick 최대 개수를 지정한다. 

0보다 큰 값으로 지정하면 가능한 이 개수만큼 tick이 생성되도록 한다. 

기본값은 0.

Getter
function tickCount(): Integer
Setter
function setTickCount(value: Integer)
See Also
tickIntervalWidth
minValue
maxValue
baseValue
Examples
Column Series Example
Line Series Example