DataPA Enterprise Dashboard Controls API Reference
Gets and sets the display value for this series value
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public string DisplayValue { get; set; } |
Visual Basic |
---|
Public Property DisplayValue As String
Get
Set |
Visual C++ |
---|
public:
virtual property String^ DisplayValue {
String^ get () sealed;
void set (String^ value) sealed;
} |
Property Value
Type:
StringThe display value for this series value
Return Value
Type:
StringThe display value for this series value
Remarks
See Also