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