Sdílet prostřednictvím


ChartDynamicMemberInstance Members

Include Protected Members
Include Inherited Members

Represents a dynamic instance of a ChartMember object.

The ChartDynamicMemberInstance 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 GetInstanceIndex() Gets the current instance index.
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method MoveNext() Moves the context to the next instance.
Public method ResetContext() Resets the instance index to before the first instance.
Protected method ResetInstanceCache() Infrastructure. (Inherited from ChartMemberInstance.)
Public method SetInstanceIndex(Int32) Sets current index to the specified instance index.
Public method ToString() (Inherited from Object.)

Top

Fields

  Name Description
Protected field m_currentContext Infrastructure.
Protected field m_isNewContext Infrastructure.
Protected field m_label Infrastructure. (Inherited from ChartMemberInstance.)
Protected field m_labelEvaluated Infrastructure. (Inherited from ChartMemberInstance.)
Protected field m_memberDef Infrastructure. (Inherited from ChartMemberInstance.)
Protected field m_owner Infrastructure. (Inherited from ChartMemberInstance.)
Protected field m_style Infrastructure. (Inherited from ChartMemberInstance.)

Top

Properties

  Name Description
Public property Label Gets the calculated and formatted value of the Label property in a ChartMember class. (Inherited from ChartMemberInstance.)
Public property LabelObject Gets the calculated and value of the Label property in a ChartMember class before formatting is applied. (Inherited from ChartMemberInstance.)

Top