RadialScaleInstance Class

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

Inheritance Hierarchy

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

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

The RadialScaleInstance type exposes the following members.

Properties

  Name Description
Public property Hidden Gets the calculated value of the Hidden property in a GaugeScale class. (Inherited from GaugeScaleInstance.)
Public property Interval Gets the calculated value of the Interval property in a GaugeScale class. (Inherited from GaugeScaleInstance.)
Public property IntervalOffset Gets the calculated value of the IntervalOffset property in a GaugeScale class. (Inherited from GaugeScaleInstance.)
Public property Logarithmic Gets the calculated value of the Logarithmic property in a GaugeScale class. (Inherited from GaugeScaleInstance.)
Public property LogarithmicBase Gets the calculated value of the LogarithmicBase property in a GaugeScale class. (Inherited from GaugeScaleInstance.)
Public property Multiplier Gets the calculated value of the Multiplier property in a GaugeScale class. (Inherited from GaugeScaleInstance.)
Public property Radius Gets the calculated value of the Radius property in a RadialScale class.
Public property Reversed Gets the calculated value of the Reversed property in a GaugeScale class. (Inherited from GaugeScaleInstance.)
Public property StartAngle Gets the calculated value of the StartAngle property in a RadialScale class.
Public property Style Gets the calculated value of the Style property in a GaugeScale class. (Inherited from GaugeScaleInstance.)
Public property SweepAngle Gets the calculated value of the SweepAngle property in a RadialScale class.
Public property TickMarksOnTop Gets the calculated value of the TickMarksOnTop property in a GaugeScale class. (Inherited from GaugeScaleInstance.)
Public property ToolTip Gets the calculated value of the ToolTip property in a GaugeScale class. (Inherited from GaugeScaleInstance.)
Public property Width Gets the calculated value of the Width property in a GaugeScale class. (Inherited from GaugeScaleInstance.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

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