Share via


GaugeScale.ScaleLabels Property

Gets or sets the labels to display on the scale.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property ScaleLabels As ScaleLabels 
    Get 
    Set
'Usage
Dim instance As GaugeScale 
Dim value As ScaleLabels 

value = instance.ScaleLabels

instance.ScaleLabels = value
public ScaleLabels ScaleLabels { get; set; }
public:
property ScaleLabels^ ScaleLabels {
    ScaleLabels^ get ();
    void set (ScaleLabels^ value);
}
member ScaleLabels : ScaleLabels with get, set
function get ScaleLabels () : ScaleLabels 
function set ScaleLabels (value : ScaleLabels)

Property Value

Type: Microsoft.ReportingServices.RdlObjectModel.ScaleLabels
A ScaleLabels object.

See Also

Reference

GaugeScale Class

Microsoft.ReportingServices.RdlObjectModel Namespace