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(BigDecimal backdropPaddingX) Horizontal padding of label backdropRadialLinearTicks.setBackdropPaddingY(BigDecimal backdropPaddingY) Vertical padding of label backdropRadialLinearTicks.setBeginAtZero(Boolean beginAtZero) if true, scale will inclulde 0 if it is not already included.RadialLinearTicks.setFixedStepSize(BigDecimal fixedStepSize) User defined fixed step size for the scale.RadialLinearTicks.setMax(BigDecimal max) User defined maximum number for the scale, overrides maximum value from data.RadialLinearTicks.setMaxTicksLimit(BigDecimal maxTicksLimit) Maximum number of ticks and gridlines to show.RadialLinearTicks.setMin(BigDecimal min) 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(BigDecimal stepSize) if defined, it can be used along with the min and the max to give a custom number of steps.RadialLinearTicks.setSuggestedMax(BigDecimal suggestedMax) User defined maximum number for the scale, overrides maximum value except for if it is lower than the maximum value.RadialLinearTicks.setSuggestedMin(BigDecimal suggestedMin) User defined minimum number for the scale, overrides minimum value except for if it is higher than the minimum value.