RadialGauge Class
Represents a radial gauge to be drawn within a gauge panel.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Class RadialGauge _
Inherits Gauge
'Usage
Dim instance As RadialGauge
public class RadialGauge : Gauge
public ref class RadialGauge : public Gauge
type RadialGauge =
class
inherit Gauge
end
public class RadialGauge extends Gauge
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
Microsoft.ReportingServices.RdlObjectModel.ReportObject
Microsoft.ReportingServices.RdlObjectModel.GaugePanelItem
Microsoft.ReportingServices.RdlObjectModel.Gauge
Microsoft.ReportingServices.RdlObjectModel.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.