ChartStripLine Members
Include Protected Members
Include Inherited Members
Represents a custom strip line for an axis
The ChartStripLine type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ChartStripLine() | Creates a new instance of the ChartStripLine class. | |
ChartStripLine(IPropertyStore) | Creates a new instance of the ChartStripLine class. |
Top
Methods
Top
Properties
Name | Description | |
---|---|---|
ActionInfo | Actions for the strip line. | |
Interval | Size of the strip line. | |
IntervalOffset | Offset from the previous strip line or axis min (for the first strip line). | |
IntervalOffsetType | Units for the IntervalOffset. | |
IntervalType | Units for the Interval. | |
Parent | The parent of this report object. (Inherited from ReportObjectBase.) | |
PropertyStore | The property store. (Inherited from ReportObjectBase.) | |
Site | Infrastructure. (Inherited from ReportObject.) | |
StripWidth | Width of the strip line. | |
StripWidthType | Units for the StripWidth. | |
Style | Gets the style properties of this report definition object. | |
TextOrientation | Indicates the orientation of the title text. | |
Title | Title for the strip line. | |
ToolTip | Tool tip to display for the strip line. | |
ToolTipLocID | The unique identifier for the ToolTip property. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IDisposable.Dispose() | (Inherited from ReportObject.) | |
IComponent.Disposed | (Inherited from ReportObject.) |
Top