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(Number fixedStepSize) User defined fixed step size for the scale.User defined maximum number for the scale, overrides maximum value from data.LinearTicks.setMaxTicksLimit(Number maxTicksLimit) Maximum number of ticks and gridlines to show.User defined minimum number for the scale, overrides minimum value from data.LinearTicks.setStepSize(Number stepSize) if defined, it can be used along with the min and the max to give a custom number of steps.LinearTicks.setSuggestedMax(Number suggestedMax) User defined maximum number for the scale, overrides maximum value except for if it is lower than the maximum value.LinearTicks.setSuggestedMin(Number suggestedMin) User defined minimum number for the scale, overrides minimum value except for if it is higher than the minimum value.