RadialGauge.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 RadialScaleCollection
Get
'Usage
Dim instance As RadialGauge
Dim value As RadialScaleCollection
value = instance.GaugeScales
public RadialScaleCollection GaugeScales { get; }
public:
property RadialScaleCollection^ GaugeScales {
RadialScaleCollection^ get ();
}
member GaugeScales : RadialScaleCollection
function get GaugeScales () : RadialScaleCollection
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.RadialScaleCollection
A RadialScaleCollection object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace