Share via


RadialScaleCollection Class

Represents a collection of RadialScale objects.

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

Syntax

'Declaration
Public NotInheritable Class RadialScaleCollection _
    Inherits GaugePanelObjectCollectionBase(Of RadialScale)
'Usage
Dim instance As RadialScaleCollection
public sealed class RadialScaleCollection : GaugePanelObjectCollectionBase<RadialScale>
public ref class RadialScaleCollection sealed : public GaugePanelObjectCollectionBase<RadialScale^>
[<SealedAttribute>]
type RadialScaleCollection =  
    class
        inherit GaugePanelObjectCollectionBase<RadialScale>
    end
public final class RadialScaleCollection extends GaugePanelObjectCollectionBase<RadialScale>

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.GaugePanelObjectCollectionBase<RadialScale>
    Microsoft.ReportingServices.OnDemandReportRendering.RadialScaleCollection

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.