NumericFormatProvidernumericSuffix Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the numeric suffix (text after the data value).
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax string numericSuffix { get; set; }
Property numericSuffix As String
Get
Set
property String^ numericSuffix {
String^ get ();
void set (String^ value);
}
function get_numericSuffix();
function set_numericSuffix(value);
Property Value
Type:
StringThe numeric suffix (text after the data value).
Return Value
Type:
StringThe numeric suffix (text after the data value).
Remarks See Also