DataPA Enterprise Dashboard Controls API Reference
Gets and sets the End label to display instead of a value at the end of the scale

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public string EndLabel { get; set; }
Visual Basic
Public Property EndLabel As String
	Get
	Set
Visual C++
public:
virtual property String^ EndLabel {
	String^ get () sealed;
	void set (String^ value) sealed;
}

Property Value

Type: String
The End label to display instead of a value at the end of the scale

Return Value

Type: String
The End label to display instead of a value at the end of the scale

Implements

GaugeData..::.._GaugeData..::..EndLabel

Remarks

If blank, a value will be displayed at the end of the scale

See Also