NumericFormatProviderformatNumericValues Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates if numeric values on the Y Axis should be formatted.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax bool formatNumericValues { get; set; }
Property formatNumericValues As Boolean
Get
Set
property bool formatNumericValues {
bool get ();
void set (bool value);
}
function get_formatNumericValues();
function set_formatNumericValues(value);
Property Value
Type:
BooleanTrue if numeric values on the Y Axis should be formatted.
Return Value
Type:
BooleanTrud if numeric values on the Y Axis should be formatted.
Remarks See Also