Uses of Class
com.oorian.chartjs.CjAxisConfig
Packages that use CjAxisConfig
-
Uses of CjAxisConfig in com.oorian.chartjs
Methods in com.oorian.chartjs that return CjAxisConfigModifier and TypeMethodDescriptionCjScales.getRAxis()Gets the R-axis configuration.CjScales.getXAxis()Gets the X-axis configuration.CjScales.getYAxis()Gets the Y-axis configuration.CjAxisConfig.setBeginAtZero(boolean beginAtZero) Sets whether the axis should begin at zero.CjAxisConfig.setDisplay(boolean display) Sets whether the axis is displayed.CjAxisConfig.setGridColor(String color) Sets the grid line color.CjAxisConfig.setGridDisplay(boolean display) Sets whether to display grid lines.CjAxisConfig.setGridLineWidth(int width) Sets the grid line width.Sets the maximum value.Sets the minimum value.CjAxisConfig.setReverse(boolean reverse) Sets whether the axis is reversed.CjAxisConfig.setStacked(boolean stacked) Sets whether values are stacked.CjAxisConfig.setTicksColor(String color) Sets the tick label color.CjAxisConfig.setTicksDisplay(boolean display) Sets whether to display tick marks.CjAxisConfig.setTicksFontSize(int size) Sets the tick label font size.Sets the axis title text.CjAxisConfig.setTitleColor(String color) Sets the title color.CjAxisConfig.setTitleDisplay(boolean display) Sets whether to display the title.CjAxisConfig.setTitleFont(String size, String weight) Sets the title font.Sets the scale type.Methods in com.oorian.chartjs with parameters of type CjAxisConfigModifier and TypeMethodDescriptionCjScales.setRAxis(CjAxisConfig config) Sets the R-axis (radial) configuration.CjScales.setXAxis(CjAxisConfig config) Sets the X-axis configuration.CjScales.setYAxis(CjAxisConfig config) Sets the Y-axis configuration.