Sdílet prostřednictvím


LinearGauge.GaugeScales Property

Gets the gauge scales.

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

Syntax

'Declaration
Public ReadOnly Property GaugeScales As LinearScaleCollection
    Get
'Usage
Dim instance As LinearGauge
Dim value As LinearScaleCollection

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