java.lang.Object
software.xdev.chartjs.model.options.scales.GridLines

public class GridLines extends Object
The grid line configuration is nested under the scale configuration in the gridLines key. It defines options for the grid lines that run perpendicular to the axis.
  • Field Details

    • color

      protected final List<Color> color
    • lineWidth

      protected final List<Integer> lineWidth
    • display

      protected Boolean display
    • drawBorder

      protected Boolean drawBorder
    • drawOnChartArea

      protected Boolean drawOnChartArea
    • drawTicks

      protected Boolean drawTicks
    • tickMarkLength

      protected Integer tickMarkLength
    • zeroLineWidth

      protected Integer zeroLineWidth
    • zeroLineColor

      protected Color zeroLineColor
    • offsetGridLines

      protected Boolean offsetGridLines
  • Constructor Details

    • GridLines

      public GridLines()
  • Method Details