Class LogarithmicTicks
java.lang.Object
software.xdev.chartjs.model.options.ticks.Ticks<LogarithmicTicks>
software.xdev.chartjs.model.options.ticks.LogarithmicTicks
-
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
-
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, setAutoSkip, setAutoSkipPadding, setCallback, setDisplay, setFontColor, setFontFamily, setFontSize, setFontStyle, setLabelOffset, setMaxRotation, setMinRotation, setMirror, setPadding
-
Field Details
-
min
-
max
-
-
Constructor Details
-
LogarithmicTicks
public LogarithmicTicks()
-
-
Method Details
-
getMin
- See Also:
-
setMin
The minimum item to display. Must be a value in the labels array.- Parameters:
min
- aString
ornull
- Returns:
- this
LogarithmicTicks
instance for chaining
-
getMax
- See Also:
-
setMax
The maximum item to display. Must be a value in the labels array- Parameters:
max
- aString
ornull
- Returns:
- this
LogarithmicTicks
instance for chaining
-