public interface IsDefaultGridLines
Modifier and Type | Method and Description |
---|---|
int |
getBorderDashOffset()
Returns the line dash pattern offset or "phase".
|
String |
getColorAsString()
The color of the grid lines.
|
int |
getLineWidth()
Returns the stroke widths of grid lines.
|
int |
getTickMarkLength()
Returns the length in pixels that the grid lines will draw into the axis area.
|
int |
getZ()
Returns z-index of gridline layer.
|
int |
getZeroLineBorderDashOffset()
Returns the offset for line dashes of the grid line for the first index (index 0).
|
String |
getZeroLineColorAsString()
Returns the stroke color of the grid line for the first index (index 0).
|
int |
getZeroLineWidth()
Returns the stroke width of the grid line for the first index (index 0).
|
boolean |
isCircular()
If true, gridlines are circular (on radar chart only).
|
boolean |
isDisplay()
If false, do not display grid lines for this axis.
|
boolean |
isDrawBorder()
If true, draw border at the edge between the axis and the chart area.
|
boolean |
isDrawOnChartArea()
If true, draw lines on the chart area inside the axis lines.
|
boolean |
isDrawTicks()
If true, draw lines beside the ticks in the axis area beside the chart.
|
boolean |
isOffsetGridLines()
If true, grid lines will be shifted to be between labels.
|
boolean isDisplay()
String getColorAsString()
int getBorderDashOffset()
int getLineWidth()
boolean isDrawBorder()
boolean isDrawOnChartArea()
boolean isDrawTicks()
int getTickMarkLength()
int getZeroLineWidth()
String getZeroLineColorAsString()
int getZeroLineBorderDashOffset()
boolean isOffsetGridLines()
boolean isCircular()
int getZ()