Uses of Class
software.xdev.chartjs.model.options.ticks.LinearTicks
Packages that use LinearTicks
-
Uses of LinearTicks in software.xdev.chartjs.model.options.ticks
Methods in software.xdev.chartjs.model.options.ticks that return LinearTicksModifier and TypeMethodDescriptionLinearTicks.setBeginAtZero
(Boolean beginAtZero) if true, scale will inclulde 0 if it is not already included.LinearTicks.setFixedStepSize
(BigDecimal fixedStepSize) User defined fixed step size for the scale.LinearTicks.setMax
(int max) LinearTicks.setMax
(BigDecimal max) User defined maximum number for the scale, overrides maximum value from data.LinearTicks.setMaxTicksLimit
(BigDecimal maxTicksLimit) Maximum number of ticks and gridlines to show.LinearTicks.setMin
(int min) LinearTicks.setMin
(BigDecimal min) User defined minimum number for the scale, overrides minimum value from data.LinearTicks.setStepSize
(double stepSize) LinearTicks.setStepSize
(int stepSize) LinearTicks.setStepSize
(BigDecimal stepSize) if defined, it can be used along with the min and the max to give a custom number of steps.LinearTicks.setSuggestedMax
(BigDecimal suggestedMax) User defined maximum number for the scale, overrides maximum value except for if it is lower than the maximum value.LinearTicks.setSuggestedMin
(BigDecimal suggestedMin) User defined minimum number for the scale, overrides minimum value except for if it is higher than the minimum value.