ChartStripLine Members
Include Protected Members
Include Inherited Members
Represents a custom strip line for an axis.
The ChartStripLine type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
ToString() | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
m_instance | Infrastructure. (Inherited from ChartObjectCollectionItem<T>.) |
Top
Properties
Name | Description | |
---|---|---|
ActionInfo | Actions for the strip line. | |
FieldsUsedInValueExpression | Gets the fields that are used in a value expression. | |
Instance | Gets the report instance object that contains the calculated values of this report definition object. | |
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. | |
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. | |
TitleAngle | Gets the angle of the title text. | |
ToolTip | Tool tip to display for the strip line. | |
UniqueName | Gets the unique identifier for this report definition object. |
Top