Class Tee.Chart.Axis-Grid
Format and parameters to display a grid of lines at axes increments
Defined in: <..\..\src\teechart.js>.
Constructor Attributes | Constructor Name and Description |
---|---|
<inner> |
Tee.Chart.Axis-Grid(chart)
|
Field Attributes | Field Name and Description |
---|---|
Determines if grid lines are displayed at axis label positions or at middle between labels.
|
|
Visual properties to draw axis grids.
|
|
Draws grid lines using dash-dot segments or solid lines.
|
|
Determines if grid lines will be displayed or not.
|
Class Detail
<inner>
Tee.Chart.Axis-Grid(chart)
- Parameters:
- {Tee.Chart} chart
- The chart object this axis grid object belongs to.
Field Detail
{Boolean}
centered
Determines if grid lines are displayed at axis label positions or at middle between labels.
- Default Value:
- false
{Tee.Format}
format
Visual properties to draw axis grids.
{Boolean}
lineDash
Draws grid lines using dash-dot segments or solid lines.
- Default Value:
- false
{Boolean}
visible
Determines if grid lines will be displayed or not.
- Default Value:
- true