Click or drag to resize
NumericFormatProvidernumberDecimals Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates the number of decimal places.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
int numberDecimals { get; set; }

Property Value

Type: Int32
The number of decimal places.

Return Value

Type: Int32
The number of decimal places.
Remarks
If forceTrailingZeros is true, all labels will have the number of decimal digits specified, even if it requires trailing zeros. Otherwise, numberDecimals is treated as a maximum.
See Also