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