SMART datagrid v1.4 > Classes > LinearAxis
DataLudi.LinearAxis.tickIntervalWidth property
연결된 시리즈항목들로 표시할 tick들을 계산할 때, tick 사이의 권장 너비를 pixel로 지정한다.
기본값은 70.
- Getter
- function tickIntervalWidth(): Integer
- Setter
- function setTickIntervalWidth(value: Integer)
- See Also
- tickCount
- minValue
- maxValue
- baseValue
- Examples
- Column Series Example
- Line Series Example