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 | |
---|---|---|
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. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
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.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace