ChartStripLineCollection 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 ChartStripLine objects.
public ref class ChartStripLineCollection sealed : Microsoft::ReportingServices::OnDemandReportRendering::ChartObjectCollectionBase<Microsoft::ReportingServices::OnDemandReportRendering::ChartStripLine ^, Microsoft::ReportingServices::OnDemandReportRendering::ChartStripLineInstance ^>
public sealed class ChartStripLineCollection : Microsoft.ReportingServices.OnDemandReportRendering.ChartObjectCollectionBase<Microsoft.ReportingServices.OnDemandReportRendering.ChartStripLine,Microsoft.ReportingServices.OnDemandReportRendering.ChartStripLineInstance>
type ChartStripLineCollection = class
inherit ChartObjectCollectionBase<ChartStripLine, ChartStripLineInstance>
Public NotInheritable Class ChartStripLineCollection
Inherits ChartObjectCollectionBase(Of ChartStripLine, ChartStripLineInstance)
- Inheritance
Properties
Count |
Gets the number of items in the collection. |
Item[Int32] |
Gets an item in the collection by its index. (Inherited from ChartObjectCollectionBase<T,U>) |
Methods
CreateChartObject(Int32) |
Creates a chart object at the specified index. (Inherited from ChartObjectCollectionBase<T,U>) |
GetEnumerator() |
Gets an enumerator that iterates through the collection. (Inherited from ChartObjectCollectionBase<T,U>) |
Explicit Interface Implementations
IEnumerable.GetEnumerator() |
Gets an enumerator that iterates through the collection. (Inherited from ChartObjectCollectionBase<T,U>) |