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
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Fields

  Name Description
Protected field m_instance Infrastructure. (Inherited from ChartObjectCollectionItem<T>.)

Top

Properties

  Name Description
Public property ActionInfo Actions for the strip line.
Public property FieldsUsedInValueExpression Gets the fields that are used in a value expression.
Public property Instance Gets the report instance object that contains the calculated values of this report definition object.
Public property Interval Size of the strip line.
Public property IntervalOffset Offset from the previous strip line or axis min (for the first strip line).
Public property IntervalOffsetType Units for the IntervalOffset.
Public property IntervalType Units for the Interval.
Public property StripWidth Width of the strip line.
Public property StripWidthType Units for the StripWidth.
Public property Style Gets the style properties of this report definition object.
Public property TextOrientation Indicates the orientation of the title text.
Public property Title Title for the strip line.
Public property TitleAngle Gets the angle of the title text.
Public property ToolTip Tool tip to display for the strip line.
Public property UniqueName Gets the unique identifier for this report definition object.

Top