GaugeScale.ScaleLabels Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the labels to display on the scale.
public:
property Microsoft::ReportingServices::RdlObjectModel::ScaleLabels ^ ScaleLabels { Microsoft::ReportingServices::RdlObjectModel::ScaleLabels ^ get(); void set(Microsoft::ReportingServices::RdlObjectModel::ScaleLabels ^ value); };
public Microsoft.ReportingServices.RdlObjectModel.ScaleLabels ScaleLabels { get; set; }
member this.ScaleLabels : Microsoft.ReportingServices.RdlObjectModel.ScaleLabels with get, set
Public Property ScaleLabels As ScaleLabels
Property Value
A ScaleLabels object.