Share via


RadialScaleInstance Class

Represents an instance type of the RadialScale class, and contains the calculated values of the properties in RadialScale.

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

Syntax

'Declaration
Public NotInheritable Class RadialScaleInstance _
    Inherits GaugeScaleInstance
'Usage
Dim instance As RadialScaleInstance
public sealed class RadialScaleInstance : GaugeScaleInstance
public ref class RadialScaleInstance sealed : public GaugeScaleInstance
[<SealedAttribute>]
type RadialScaleInstance =  
    class
        inherit GaugeScaleInstance
    end
public final class RadialScaleInstance extends GaugeScaleInstance

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
    Microsoft.ReportingServices.OnDemandReportRendering.GaugeScaleInstance
      Microsoft.ReportingServices.OnDemandReportRendering.RadialScaleInstance

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.