ChartAreaCollection Class

Represents a collection of ChareArea objects.

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ChartObjectCollectionBase<ChartArea, ChartAreaInstance>
    Microsoft.ReportingServices.OnDemandReportRendering.ChartAreaCollection

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public NotInheritable Class ChartAreaCollection _
    Inherits ChartObjectCollectionBase(Of ChartArea, ChartAreaInstance)
'Usage
Dim instance As ChartAreaCollection
public sealed class ChartAreaCollection : ChartObjectCollectionBase<ChartArea, ChartAreaInstance>
public ref class ChartAreaCollection sealed : public ChartObjectCollectionBase<ChartArea^, ChartAreaInstance^>
[<SealedAttribute>]
type ChartAreaCollection =  
    class
        inherit ChartObjectCollectionBase<ChartArea, ChartAreaInstance>
    end
public final class ChartAreaCollection extends ChartObjectCollectionBase<ChartArea, ChartAreaInstance>

The ChartAreaCollection type exposes the following members.

Properties

  Name Description
Public property Count Gets the number of items in the collection. (Overrides ChartObjectCollectionBase<T, U>.Count.)
Public property Item Gets an item in the collection by its index. (Inherited from ChartObjectCollectionBase<T, U>.)

Top

Methods

  Name Description
Protected method CreateChartObject Infrastructure. (Inherited from ChartObjectCollectionBase<T, U>.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator Infrastructure. (Inherited from ChartObjectCollectionBase<T, U>.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator Infrastructure. (Inherited from ChartObjectCollectionBase<T, U>.)

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.