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
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 DerivedSeriesFormula Formula to apply to the data values from the source series.
Public property FormulaParameters Gets the parameters for the DerivedSeriesFormula.
Public property Series Gets the derived series.
Public property SourceChartSeriesName Name of the series from which to derive.

Top