SeriesValueDisplayValue Property |
|
DataPA OpenAnalytics 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 public string DisplayValue { get; set; }
Public Property DisplayValue As String
Get
Set
public:
virtual property String^ DisplayValue {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_DisplayValue();
function set_DisplayValue(value);
Property Value
Type:
StringThe display value for this series value
Return Value
Type:
StringThe display value for this series value
Remarks See Also