ChartDerivedSeries Members
Include Protected Members
Include Inherited Members
Represents a derived series which is calculated from a formula applied to another series.
The ChartDerivedSeries 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 | |
---|---|---|
DerivedSeriesFormula | Formula to apply to the data values from the source series. | |
FormulaParameters | Gets the parameters for the DerivedSeriesFormula. | |
Series | Gets the derived series. | |
SourceChartSeriesName | Name of the series from which to derive. |
Top