Sdílet prostřednictvím


ChartFormulaParameter Members

Include Protected Members
Include Inherited Members

Represents a parameter to a formula for a derived series.

The ChartFormulaParameter 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 Instance Gets the report instance object that contains the calculated values of this report definition object.
Public property Name Gets the parameter name.
Public property Source Gets the name of the ChartDataPointValue property to use as the value of this parameter.
Public property Value Gets the value of the parameter if the value does not depend on the actual data points.

Top