Constructor
new Grid(chart)
Parameters:
Name | Type | Description |
---|---|---|
chart |
Tee.Chart | The chart object this axis grid object belongs to. |
Properties:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
format |
Tee.Format | Visual properties to draw axis grids. | ||
visible |
Boolean |
<optional> |
true | Determines if grid lines will be displayed or not. |
centered |
Boolean |
<optional> |
false | Determines if grid lines are displayed at axis label positions or at middle between labels. |
lineDash |
Boolean |
<optional> |
false | Draws grid lines using dash-dot segments or solid lines. |
- Source: