DataPA Enterprise Dashboard Controls API Reference
Gets and sets a value that indicates if values should be expressed using the range label rather than the value
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public bool UseLabelAsValue { get; set; } |
Visual Basic |
---|
Public Property UseLabelAsValue As Boolean
Get
Set |
Visual C++ |
---|
public:
virtual property bool UseLabelAsValue {
bool get () sealed;
void set (bool value) sealed;
} |
Property Value
Type:
BooleanTrue if values should be expressed using the range label rather than the value
Return Value
Type:
BooleanTrue if values should be expressed using the range label rather than the value
Implements
GaugeData..::.._GaugeData..::..UseLabelAsValueRemarks
See Also