The ChartStripLine type exposes the following members.

Constructors

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

Methods

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

Properties

  Name Description
Public property ActionInfo
Gets the ActionInfo object defining actions for the strip line.
Public property Interval
Gets or sets the size of the strip line.

Default: 0.

Public property IntervalOffset
Gets or sets the offset from the previous strip line or axis min (for the first strip line).

Default: 0.

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

Default: Auto. The unit is derived automatically based on the data plotted against the axis.

Public property IntervalType
Gets or sets the units for the Interval.

Default: Auto. Interval unit is derived automatically based on the data plotted against the axis.

Public property StripWidth
Gets or sets the width of the strip line.

Default: 0.

Public property StripWidthType
Gets or sets the units for the StripWidth.

Default: Auto. The unit is derived automatically based on the data plotted against the axis.

Public property Style
Gets the Style object defining line style properties for the tick marks.
Public property TextOrientation
Gets or sets the orientation of the title text.
Public property Title
Gets or sets the title for the strip line.
Public property ToolTip
Gets or sets the tool tip to display for the strip line.

See Also