GaugeDataStartLabel Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the start label to display instead of a value at the beginning of the scale
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string StartLabel { get; set; }
Public Property StartLabel As String
Get
Set
public:
virtual property String^ StartLabel {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_StartLabel();
function set_StartLabel(value);
Property Value
Type:
StringThe start label to display instead of a value at the beginning of the scale
Return Value
Type:
StringThe start label to display instead of a value at the beginning of the scale
Remarks If blank, a value will be displayed at the beginning of the scale
See Also