ChartAxisCollection Class

Represents a collection of ChareAxis objects.

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ChartObjectCollectionBase<ChartAxis, ChartAxisInstance>
    Microsoft.ReportingServices.OnDemandReportRendering.ChartAxisCollection

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

Syntax

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

The ChartAxisCollection 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
Public method Equals (Inherited from Object.)
Public method GetEnumerator Infrastructure. Gets an enumerator that iterates through the collection. (Inherited from ChartObjectCollectionBase<T, U>.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator Infrastructure. Gets an enumerator that iterates through the collection. (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.

See Also

Reference

Microsoft.ReportingServices.OnDemandReportRendering Namespace