ChartDerivedSeries Class

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

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>

Inheritance Hierarchy

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

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.