Class CartesianScaleOptions
java.lang.Object
software.xdev.chartjs.model.options.scale.AbstractCoreScaleOptions<S,T>
software.xdev.chartjs.model.options.scale.cartesian.AbstractCartesianScaleOptions<CartesianScaleOptions,CartesianTickOptions>
software.xdev.chartjs.model.options.scale.cartesian.CartesianScaleOptions
public class CartesianScaleOptions
extends AbstractCartesianScaleOptions<CartesianScaleOptions,CartesianTickOptions>
-
Nested Class Summary
Nested classes/interfaces inherited from class software.xdev.chartjs.model.options.scale.cartesian.AbstractCartesianScaleOptions
AbstractCartesianScaleOptions.Title
-
Field Summary
Fields 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
-
Constructor Details
-
CartesianScaleOptions
public CartesianScaleOptions() -
CartesianScaleOptions
-