Share via


RadialPointer Class

Represents a radial pointer to be drawn against a radial scale.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Class RadialPointer _
    Inherits GaugePointer
'Usage
Dim instance As RadialPointer
public class RadialPointer : GaugePointer
public ref class RadialPointer : public GaugePointer
type RadialPointer =  
    class
        inherit GaugePointer
    end
public class RadialPointer extends GaugePointer

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
    Microsoft.ReportingServices.RdlObjectModel.ReportObject
      Microsoft.ReportingServices.RdlObjectModel.GaugePointer
        Microsoft.ReportingServices.RdlObjectModel.RadialPointer

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.