ChartDerivedSeries Class
Updated: February 25, 2016
Represents a derived series which is calculated from a formula applied to another series.
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
System::Object
Microsoft.ReportingServices.OnDemandReportRendering::ChartObjectCollectionItem<T>
Microsoft.ReportingServices.OnDemandReportRendering::ChartDerivedSeries
Microsoft.ReportingServices.OnDemandReportRendering::ChartObjectCollectionItem<T>
Microsoft.ReportingServices.OnDemandReportRendering::ChartDerivedSeries
| Name | Description | |
|---|---|---|
![]() | DerivedSeriesFormula | Gets the formula to apply to the data values from the source series. |
![]() | FormulaParameters | Gets the parameters for the DerivedSeriesFormula. |
![]() | Series | Gets the derived series. |
![]() | SourceChartSeriesName | Gets the name of the series from which to derive. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

