Uses of Class
de.yanwittmann.j2chartjs.options.scale.LinearScaleOption
Packages that use LinearScaleOption
-
Uses of LinearScaleOption in de.yanwittmann.j2chartjs.options
Methods in de.yanwittmann.j2chartjs.options with parameters of type LinearScaleOptionModifier and TypeMethodDescriptionChartOptions.addScale(String key, LinearScaleOption linearScaleOption)Default keys for scales are: x y -
Uses of LinearScaleOption in de.yanwittmann.j2chartjs.options.scale
Methods in de.yanwittmann.j2chartjs.options.scale that return LinearScaleOptionModifier and TypeMethodDescriptionLinearScaleOption.setAlignToPixels(Boolean alignToPixels)LinearScaleOption.setBackgroundColor(Color backgroundColor)LinearScaleOption.setBeginAtZero(Boolean beginAtZero)LinearScaleOption.setDisplay(Boolean display)LinearScaleOption.setGrid(ScaleGridOption grid)LinearScaleOption.setPosition(String position)LinearScaleOption.setReverse(Boolean reverse)LinearScaleOption.setStacked(Boolean stacked)LinearScaleOption.setStepSize(Number stepSize)LinearScaleOption.setSuggestedMax(Integer suggestedMax)LinearScaleOption.setSuggestedMin(Integer suggestedMin)LinearScaleOption.setTicks(LinearScaleTicksOption ticks)LinearScaleOption.setTitle(ScaleTitleOption title)