Uses of Class
com.oorian.chartjs.CjScales
Packages that use CjScales
-
Uses of CjScales in com.oorian.chartjs
Methods in com.oorian.chartjs that return CjScalesModifier and TypeMethodDescriptionCjChart.getScales()Gets the scales configuration.CjChartOptions.getScales()CjScales.setRAxis(CjAxisConfig config) Sets the R-axis (radial) configuration.CjScales.setRBeginAtZero(boolean beginAtZero) Sets whether R-axis should begin at zero.Sets the R-axis (radial) maximum value.Sets the R-axis (radial) minimum value.CjScales.setXAxis(CjAxisConfig config) Sets the X-axis configuration.CjScales.setXBeginAtZero(boolean beginAtZero) Sets whether X-axis should begin at zero.CjScales.setXGridDisplay(boolean display) Sets whether to display the X-axis grid.Sets the X-axis maximum value.Sets the X-axis minimum value.CjScales.setXReverse(boolean reverse) Sets whether to reverse the X-axis.CjScales.setXStacked(boolean stacked) Sets whether to stack values on X-axis.CjScales.setXTicksDisplay(boolean display) Sets whether to display X-axis ticks.Sets the X-axis title.CjScales.setXTitleDisplay(boolean display) Sets whether to display the X-axis title.Sets the X-axis scale type.CjScales.setYAxis(CjAxisConfig config) Sets the Y-axis configuration.CjScales.setYBeginAtZero(boolean beginAtZero) Sets whether Y-axis should begin at zero.CjScales.setYGridDisplay(boolean display) Sets whether to display the Y-axis grid.Sets the Y-axis maximum value.Sets the Y-axis minimum value.CjScales.setYReverse(boolean reverse) Sets whether to reverse the Y-axis.CjScales.setYStacked(boolean stacked) Sets whether to stack values on Y-axis.CjScales.setYTicksDisplay(boolean display) Sets whether to display Y-axis ticks.Sets the Y-axis title.CjScales.setYTitleDisplay(boolean display) Sets whether to display the Y-axis title.Sets the Y-axis scale type.Methods in com.oorian.chartjs with parameters of type CjScales