Class DefaultGrid

    • Method Detail

      • isDisplay

        public boolean isDisplay()
        Description copied from interface: IsDefaultGrid
        If false, do not display grid for this axis.
        Specified by:
        isDisplay in interface IsDefaultGrid
        Returns:
        if false, do not display grid for this axis.
      • isDrawOnChartArea

        public boolean isDrawOnChartArea()
        Description copied from interface: IsDefaultGrid
        If true, draw lines on the chart area inside the axis lines.
        This is useful when there are multiple axes and you need to control which grid are drawn.
        Specified by:
        isDrawOnChartArea in interface IsDefaultGrid
        Returns:
        if true, draw lines on the chart area inside the axis lines.
        This is useful when there are multiple axes and you need to control which grid are drawn.
      • isDrawTicks

        public boolean isDrawTicks()
        Description copied from interface: IsDefaultGrid
        If true, draw lines beside the ticks in the axis area beside the chart.
        Specified by:
        isDrawTicks in interface IsDefaultGrid
        Returns:
        if true, draw lines beside the ticks in the axis area beside the chart.
      • getTickLength

        public int getTickLength()
        Description copied from interface: IsDefaultGrid
        Returns the length in pixels that the grid will draw in the axis area.
        Specified by:
        getTickLength in interface IsDefaultGrid
        Returns:
        Length in pixels that the grid will draw in the axis area.
      • isOffset

        public boolean isOffset()
        Description copied from interface: IsDefaultGrid
        If true, grid will be shifted to be between labels. This is set to true in the bar chart by default.
        Specified by:
        isOffset in interface IsDefaultGrid
        Returns:
        If true, grid will be shifted to be between labels.
      • isCircular

        public boolean isCircular()
        Description copied from interface: IsDefaultGrid
        If true, grid are circular (on radar chart only).
        Specified by:
        isCircular in interface IsDefaultGrid
        Returns:
        If true, grid are circular (on radar chart only).
      • getZ

        public int getZ()
        Description copied from interface: IsDefaultGrid
        Returns z-index of grid layer.
        Values less than or equals to 0 are drawn under data sets, greater than 0 on top.
        Specified by:
        getZ in interface IsDefaultGrid
        Returns:
        z-index of grid layer.
        Values less than or equals to 0 are drawn under data sets, greater than 0 on top.
      • getTickBorderDashOffset

        public double getTickBorderDashOffset()
        Description copied from interface: IsDefaultGrid
        Returns the offset for the line dash of the tick mark.
        Specified by:
        getTickBorderDashOffset in interface IsDefaultGrid
        Returns:
        the offset for the line dash of the tick mark
      • getTickWidth

        public int getTickWidth()
        Description copied from interface: IsDefaultGrid
        Returns the width of the tick mark in pixels.
        The first element if set as array.
        Specified by:
        getTickWidth in interface IsDefaultGrid
        Returns:
        stroke width of grid.
        The first element if set as array.