Gauge.GaugeScales Property

Definition

Scales to display on the gauge.

public:
 property System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::GaugeScale ^> ^ GaugeScales { System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::GaugeScale ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::GaugeScale ^> ^ value); };
[System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.GaugeScale>))]
public System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.GaugeScale> GaugeScales { get; set; }
[<System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.GaugeScale>))>]
member this.GaugeScales : System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.GaugeScale> with get, set
Public Property GaugeScales As IList(Of GaugeScale)

Property Value

An IList<T> object.

Attributes

Applies to