ChartDerivedSeries Class

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

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ChartObjectCollectionItem<BaseInstance>
    Microsoft.ReportingServices.OnDemandReportRendering.ChartDerivedSeries

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public NotInheritable Class ChartDerivedSeries _
    Inherits ChartObjectCollectionItem(Of BaseInstance)
'Usage
Dim instance As ChartDerivedSeries
public sealed class ChartDerivedSeries : ChartObjectCollectionItem<BaseInstance>
public ref class ChartDerivedSeries sealed : public ChartObjectCollectionItem<BaseInstance^>
[<SealedAttribute>]
type ChartDerivedSeries =  
    class
        inherit ChartObjectCollectionItem<BaseInstance>
    end
public final class ChartDerivedSeries extends ChartObjectCollectionItem<BaseInstance>

The ChartDerivedSeries type exposes the following members.

Properties

  Name Description
Public property DerivedSeriesFormula Gets the 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 Gets the name of the series from which to derive.

Top

Methods

  Name Description
Public method Equals (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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.