RadialScale Class
Represents a radial scale to be drawn within a RadialGauge.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class RadialScale _
Inherits GaugeScale
'Usage
Dim instance As RadialScale
public sealed class RadialScale : GaugeScale
public ref class RadialScale sealed : public GaugeScale
[<SealedAttribute>]
type RadialScale =
class
inherit GaugeScale
end
public final class RadialScale extends GaugeScale
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.GaugePanelObjectCollectionItem
Microsoft.ReportingServices.OnDemandReportRendering.GaugeScale
Microsoft.ReportingServices.OnDemandReportRendering.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.
See Also