Class LinearScaleOptions
java.lang.Object
software.xdev.chartjs.model.options.scale.AbstractCoreScaleOptions<S,T>
software.xdev.chartjs.model.options.scale.cartesian.AbstractCartesianScaleOptions<LinearScaleOptions,LinearTickOptions>
software.xdev.chartjs.model.options.scale.cartesian.linear.LinearScaleOptions
public class LinearScaleOptions
extends AbstractCartesianScaleOptions<LinearScaleOptions,LinearTickOptions>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class software.xdev.chartjs.model.options.scale.cartesian.AbstractCartesianScaleOptions
AbstractCartesianScaleOptions.Title
-
Field Summary
FieldsFields inherited from class software.xdev.chartjs.model.options.scale.cartesian.AbstractCartesianScaleOptions
axis, border, bounds, grid, offset, position, stack, stackWeight, title
Fields inherited from class software.xdev.chartjs.model.options.scale.AbstractCoreScaleOptions
afterBuildTicks, afterCalculateLabelRotation, afterDataLimits, afterFit, afterSetDimensions, afterTickToLabelConversion, afterUpdate, alignToPixels, backgroundColor, beforeBuildTicks, beforeCalculateLabelRotation, beforeDataLimits, beforeFit, beforeSetDimensions, beforeTickToLabelConversion, beforeUpdate, clip, display, max, min, reverse, stacked, suggestedMax, suggestedMin, ticks, type, weight
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class software.xdev.chartjs.model.options.scale.cartesian.AbstractCartesianScaleOptions
getAxis, getBorder, getBounds, getGrid, getOffset, getPosition, getStack, getStackWeight, getTitle, setAxis, setBorder, setBounds, setGrid, setOffset, setPosition, setStack, setStackWeight, setTitle
Methods inherited from class software.xdev.chartjs.model.options.scale.AbstractCoreScaleOptions
getAfterBuildTicks, getAfterCalculateLabelRotation, getAfterDataLimits, getAfterFit, getAfterSetDimensions, getAfterTickToLabelConversion, getAfterUpdate, getAlignToPixels, getBackgroundColor, getBeforeBuildTicks, getBeforeCalculateLabelRotation, getBeforeDataLimits, getBeforeFit, getBeforeSetDimensions, getBeforeTickToLabelConversion, getBeforeUpdate, getClip, getDisplay, getMax, getMin, getReverse, getStacked, getSuggestedMax, getSuggestedMin, getTicks, getType, getWeight, self, setAfterBuildTicks, setAfterCalculateLabelRotation, setAfterDataLimits, setAfterFit, setAfterSetDimensions, setAfterTickToLabelConversion, setAfterUpdate, setAlignToPixels, setBackgroundColor, setBeforeBuildTicks, setBeforeCalculateLabelRotation, setBeforeDataLimits, setBeforeFit, setBeforeSetDimensions, setBeforeTickToLabelConversion, setBeforeUpdate, setClip, setDisplay, setMax, setMin, setReverse, setStacked, setSuggestedMax, setSuggestedMin, setTicks, setType, setWeight
-
Field Details
-
beginAtZero
-
grace
-
-
Constructor Details
-
LinearScaleOptions
public LinearScaleOptions()
-
-
Method Details
-
getBeginAtZero
-
setBeginAtZero
-
getGrace
-
setGrace
-