The ChartGridLines type exposes the following members.
Properties
Name | Description | |
---|---|---|
Enabled |
Gets or sets a value indicating whether the grid lines should be shown.
Default is Auto, which means true for major grid lines and false for minor grid lines. |
|
Interval |
Gets or sets the interval between gridlines.
Default (0) uses Interval. |
|
IntervalOffset |
Gets or sets the offset for the first grid line from the axis min.
Default (0) uses IntervalOffset. |
|
IntervalOffsetType |
Gets or sets the units for the IntervalOffset.
Default: Default, in which case IntervalOffsetType is used. |
|
IntervalType |
Gets or sets units for the Interval.
Default: Default, in which case IntervalType is used. |
|
Style |
Gets the Style object defining the style of the grid lines.
|