ChartDerivedSeries.Series Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the derived series.
public:
property Microsoft::ReportingServices::OnDemandReportRendering::ChartSeries ^ Series { Microsoft::ReportingServices::OnDemandReportRendering::ChartSeries ^ get(); };
public Microsoft.ReportingServices.OnDemandReportRendering.ChartSeries Series { get; }
member this.Series : Microsoft.ReportingServices.OnDemandReportRendering.ChartSeries
Public ReadOnly Property Series As ChartSeries
Property Value
A ChartSeries object.