Uses of Class
de.yanwittmann.j2chartjs.options.scale.ScaleGridOption
Packages that use ScaleGridOption
-
Uses of ScaleGridOption in de.yanwittmann.j2chartjs.options.scale
Methods in de.yanwittmann.j2chartjs.options.scale that return ScaleGridOptionModifier and TypeMethodDescriptionLinearScaleOption.getGrid()RadialScaleOption.getGrid()ScaleGridOption.setBorderDash(List<Integer> borderDash)ScaleGridOption.setBorderDashOffset(Integer borderDashOffset)ScaleGridOption.setBorderWidth(Integer borderWidth)ScaleGridOption.setCircular(Boolean circular)ScaleGridOption.setDisplay(Boolean display)ScaleGridOption.setDrawBorder(Boolean drawBorder)ScaleGridOption.setDrawOnChartArea(Boolean drawOnChartArea)ScaleGridOption.setDrawTicks(Boolean drawTicks)ScaleGridOption.setLineWidth(Integer lineWidth)ScaleGridOption.setTextStrokeColor(Color textStrokeColor)ScaleGridOption.setTickBorderDash(List<Integer> tickBorderDash)ScaleGridOption.setTickBorderDashOffset(Integer tickBorderDashOffset)ScaleGridOption.setTickColor(Color tickColor)ScaleGridOption.setTickLength(Integer tickLength)ScaleGridOption.setTickWidth(Integer tickWidth)Methods in de.yanwittmann.j2chartjs.options.scale with parameters of type ScaleGridOptionModifier and TypeMethodDescriptionLinearScaleOption.setGrid(ScaleGridOption grid)RadialScaleOption.setGrid(ScaleGridOption grid)