Uses of Class
software.xdev.chartjs.model.options.scales.GridLines
Packages that use GridLines
-
Uses of GridLines in software.xdev.chartjs.model.options.scales
Fields in software.xdev.chartjs.model.options.scales declared as GridLinesMethods in software.xdev.chartjs.model.options.scales that return GridLinesModifier and TypeMethodDescriptionScale.getGridLines()Color of the grid lines.GridLines.setDisplay(Boolean display) GridLines.setDrawBorder(Boolean drawBorder) If true draw border on the edge of the chartGridLines.setDrawOnChartArea(Boolean drawOnChartArea) If true, draw lines on the chart area inside the axis lines.GridLines.setDrawTicks(Boolean drawTicks) If true, draw lines beside the ticks in the axis area beside the chart.GridLines.setLineWidth(List<Integer> lineWidth) Stroke width of grid linesGridLines.setOffsetGridLines(Boolean offsetGridLines) If true, labels are shifted to be between grid lines.GridLines.setTickMarkLength(Integer tickMarkLength) Length in pixels that the grid lines will draw into the axis area.GridLines.setZeroLineColor(Color zeroLineColor) Stroke color of the grid line for the first index (index 0).GridLines.setZeroLineWidth(Integer zeroLineWidth) Stroke width of the grid line for the first index (index 0).Methods in software.xdev.chartjs.model.options.scales with parameters of type GridLinesModifier and TypeMethodDescriptionScale.setGridLines(GridLines gridLines) See grid line configuration section.