Class CategoryTicks
java.lang.Object
software.xdev.chartjs.model.options.ticks.Ticks<CategoryTicks>
software.xdev.chartjs.model.options.ticks.CategoryTicks
-
Field Summary
FieldsFields inherited from class software.xdev.chartjs.model.options.ticks.Ticks
autoSkip, autoSkipPadding, callback, display, fontColor, fontFamily, fontSize, fontStyle, labelOffset, maxRotation, minRotation, mirror, padding, reverse -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class software.xdev.chartjs.model.options.ticks.Ticks
getAutoSkip, getAutoSkipPadding, getCallback, getDisplay, getFontColor, getFontFamily, getFontSize, getFontStyle, getLabelOffset, getMaxRotation, getMinRotation, getMirror, getPadding, getReverse, setAutoSkip, setAutoSkipPadding, setCallback, setDisplay, setFontColor, setFontFamily, setFontSize, setFontStyle, setLabelOffset, setMaxRotation, setMinRotation, setMirror, setPadding, setReverse
-
Field Details
-
min
-
max
-
-
Constructor Details
-
CategoryTicks
public CategoryTicks()
-
-
Method Details
-
getMin
- See Also:
-
setMin
The minimum item to display. Must be a value in the labels array -
getMax
- See Also:
-
setMax
The maximum item to display. Must be a value in the labels array
-