C1.C1Rdl.Rdl2008 Namespace : ChartGridLines Class |
For a list of all members of this type, see ChartGridLines members.
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 ChartAxis.Interval. | |
IntervalOffset | Gets or sets the offset for the first grid line from the axis min.
Default (0) uses ChartAxis.IntervalOffset. | |
IntervalOffsetType | Gets or sets the units for the ChartGridLines.IntervalOffset.
Default: ChartAxisIntervalType.Default, in which case ChartAxis.IntervalOffsetType is used. | |
IntervalType | Gets or sets units for the ChartGridLines.Interval.
Default: ChartAxisIntervalType.Default, in which case ChartAxis.IntervalType is used. | |
Style | Gets the ChartGridLines.Style object defining the style of the grid lines. |