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.
Constructors
Name | Description | |
---|---|---|
![]() |
ChartDerivedSeries() | Creates a new instance of the ChartDerivedSeries class. |
![]() |
ChartDerivedSeries(IPropertyStore) | Creates a new instance of the ChartDerivedSeries class. |
Top
Methods
Top
Properties
Name | Description | |
---|---|---|
![]() |
ChartFormulaParameters | Parameters to the formula. |
![]() |
ChartSeries | Series properties for the derived series. |
![]() |
DerivedSeriesFormula | Formula to apply to the data values from the source series. |
![]() |
Parent | The parent of this report object. (Inherited from ReportObjectBase.) |
![]() |
PropertyStore | The property store. (Inherited from ReportObjectBase.) |
![]() |
Site | Infrastructure. (Inherited from ReportObject.) |
![]() |
SourceChartSeriesName | Name of the series from which to derive. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IDisposable.Dispose() | (Inherited from ReportObject.) |
![]() ![]() |
IComponent.Disposed | (Inherited from ReportObject.) |
Top