Uses of Class
software.xdev.chartjs.model.options.ticks.RadialLinearTicks
Packages that use RadialLinearTicks
-
Uses of RadialLinearTicks in software.xdev.chartjs.model.options.ticks
Methods in software.xdev.chartjs.model.options.ticks that return RadialLinearTicksModifier and TypeMethodDescriptionRadialLinearTicks.setBackdropColor(Color backdropColor) Color of label backdropsRadialLinearTicks.setBackdropPaddingX(Number backdropPaddingX) Horizontal padding of label backdropRadialLinearTicks.setBackdropPaddingY(Number backdropPaddingY) Vertical padding of label backdropRadialLinearTicks.setBeginAtZero(Boolean beginAtZero) if true, scale will inclulde 0 if it is not already included.RadialLinearTicks.setFixedStepSize(Number fixedStepSize) User defined fixed step size for the scale.User defined maximum number for the scale, overrides maximum value from data.RadialLinearTicks.setMaxTicksLimit(Number maxTicksLimit) Maximum number of ticks and gridlines to show.User defined minimum number for the scale, overrides minimum value from data.RadialLinearTicks.setShowLabelBackdrop(Boolean showLabelBackdrop) If true, draw a background behind the tick labelsRadialLinearTicks.setStepSize(Number stepSize) if defined, it can be used along with the min and the max to give a custom number of steps.RadialLinearTicks.setSuggestedMax(Number suggestedMax) User defined maximum number for the scale, overrides maximum value except for if it is lower than the maximum value.RadialLinearTicks.setSuggestedMin(Number suggestedMin) User defined minimum number for the scale, overrides minimum value except for if it is higher than the minimum value.