ChartSeriesCollection Class
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.
Represents a collection of ChartSeries objects.
public ref class ChartSeriesCollection abstract : Microsoft::ReportingServices::OnDemandReportRendering::ReportElementCollectionBase<Microsoft::ReportingServices::OnDemandReportRendering::ChartSeries ^>
public abstract class ChartSeriesCollection : Microsoft.ReportingServices.OnDemandReportRendering.ReportElementCollectionBase<Microsoft.ReportingServices.OnDemandReportRendering.ChartSeries>
type ChartSeriesCollection = class
inherit ReportElementCollectionBase<ChartSeries>
Public MustInherit Class ChartSeriesCollection
Inherits ReportElementCollectionBase(Of ChartSeries)
- Inheritance
Fields
m_chartSeriesCollection |
Specifies the collection of chart series. |
m_owner |
Specifies the chart that owns the series collection. |
Properties
Count |
Gets the number of items in the collection. (Inherited from ReportElementCollectionBase<T>) |
Item[Int32] |
Gets the item at the specified index. (Inherited from ReportElementCollectionBase<T>) |
Methods
GetEnumerator() |
Gets the enumerator for this ReportElementCollectionBase<T>. (Inherited from ReportElementCollectionBase<T>) |
Explicit Interface Implementations
IEnumerable.GetEnumerator() |
Gets the enumerator that iterates through the collection. (Inherited from ReportElementCollectionBase<T>) |