ChartDerivedSeries Class

Definition

Represents a derived series which is calculated from a formula applied to another series.

public ref class ChartDerivedSeries sealed : Microsoft::ReportingServices::OnDemandReportRendering::ChartObjectCollectionItem<Microsoft::ReportingServices::OnDemandReportRendering::BaseInstance ^>
public sealed class ChartDerivedSeries : Microsoft.ReportingServices.OnDemandReportRendering.ChartObjectCollectionItem<Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance>
type ChartDerivedSeries = class
    inherit ChartObjectCollectionItem<BaseInstance>
Public NotInheritable Class ChartDerivedSeries
Inherits ChartObjectCollectionItem(Of BaseInstance)
Inheritance

Fields

m_instance

The instance of the base class.

(Inherited from ChartObjectCollectionItem<T>)

Properties

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.

Applies to