The ChartStripLine type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ChartStripLine |
Initializes a new instance of the ChartStripLine class.
|
Methods
Name | Description | |
---|---|---|
AssignFrom |
Copies properties from another ChartStripLine to the current object.
|
Properties
Name | Description | |
---|---|---|
ActionInfo |
Gets the ActionInfo object defining actions for the strip line.
|
|
Interval |
Gets or sets the size of the strip line.
Default: 0. |
|
IntervalOffset |
Gets or sets the offset from the previous strip line or axis min (for the first strip line).
Default: 0. |
|
IntervalOffsetType |
Gets or sets the units for the IntervalOffset.
Default: Auto. The unit is derived automatically based on the data plotted against the axis. |
|
IntervalType |
Gets or sets the units for the Interval.
Default: Auto. Interval unit is derived automatically based on the data plotted against the axis. |
|
StripWidth |
Gets or sets the width of the strip line.
Default: 0. |
|
StripWidthType |
Gets or sets the units for the StripWidth.
Default: Auto. The unit is derived automatically based on the data plotted against the axis. |
|
Style |
Gets the Style object defining line style properties for the tick marks.
|
|
TextOrientation |
Gets or sets the orientation of the title text.
|
|
Title |
Gets or sets the title for the strip line.
|
|
ToolTip |
Gets or sets the tool tip to display for the strip line.
|