Name | Description | |
---|---|---|
ChartGridLines Constructor | Initializes a new instance of the ChartAxis class. |
The following tables list the members exposed by ChartGridLines.
Name | Description | |
---|---|---|
ChartGridLines Constructor | Initializes a new instance of the ChartAxis class. |
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: ChartAxisIntervalType.Default, in which case ChartAxis.IntervalOffsetType is used. | |
IntervalType | Gets or sets units for the Interval.
Default: ChartAxisIntervalType.Default, in which case ChartAxis.IntervalType is used. | |
Style | Gets the Style object defining the style of the grid lines. |
Name | Description | |
---|---|---|
AssignFrom | Copies properties from another ChartGridLines to the current object. |