Share via


RadialScale.GaugePointers Property

Gets the pointers on the scale.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property GaugePointers As RadialPointerCollection 
    Get
'Usage
Dim instance As RadialScale 
Dim value As RadialPointerCollection 

value = instance.GaugePointers
public RadialPointerCollection GaugePointers { get; }
public:
property RadialPointerCollection^ GaugePointers {
    RadialPointerCollection^ get ();
}
member GaugePointers : RadialPointerCollection
function get GaugePointers () : RadialPointerCollection

Property Value

Type: Microsoft.ReportingServices.OnDemandReportRendering.RadialPointerCollection
A RadialPointerCollection object.

See Also

Reference

RadialScale Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace