Share via


RadialScale Class

Represents a radial scale to be drawn within a radial gauge.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Class RadialScale _
    Inherits GaugeScale
'Usage
Dim instance As RadialScale
public class RadialScale : GaugeScale
public ref class RadialScale : public GaugeScale
type RadialScale =  
    class
        inherit GaugeScale
    end
public class RadialScale extends GaugeScale

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
    Microsoft.ReportingServices.RdlObjectModel.ReportObject
      Microsoft.ReportingServices.RdlObjectModel.GaugeScale
        Microsoft.ReportingServices.RdlObjectModel.RadialScale

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.