NumericFormatProvidernumericPrefix Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the numeric prefix (text before the data value).
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax string numericPrefix { get; set; }
Property numericPrefix As String
Get
Set
property String^ numericPrefix {
String^ get ();
void set (String^ value);
}
function get_numericPrefix();
function set_numericPrefix(value);
Property Value
Type:
StringThe numeric prefix (text before the data value).
Return Value
Type:
StringThe numeric prefix (text before the data value).
Remarks See Also