The ChartGridLines type exposes the following members.

Constructors

  Name Description
Public method ChartGridLines
Initializes a new instance of the ChartAxis class.

Methods

  Name Description
Public method AssignFrom
Copies properties from another ChartGridLines to the current object.

Properties

  Name Description
Public property 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.

Public property Interval
Gets or sets the interval between gridlines.

Default (0) uses Interval.

Public property IntervalOffset
Gets or sets the offset for the first grid line from the axis min.

Default (0) uses IntervalOffset.

Public property IntervalOffsetType
Gets or sets the units for the IntervalOffset.

Default: Default, in which case IntervalOffsetType is used.

Public property IntervalType
Gets or sets units for the Interval.

Default: Default, in which case IntervalType is used.

Public property Style
Gets the Style object defining the style of the grid lines.

See Also