LinearScale.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 LinearPointerCollection
    Get
'Usage
Dim instance As LinearScale
Dim value As LinearPointerCollection

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