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