Click or drag to resize
ControlPanelObjectnumberDecimals Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates the number of decimal places that should be used for values represented on the ControlPanelObject.

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

Property Value

Type: Int32
The number of decimal places that should be used for values represented on the ControlPanelObject.

Return Value

Type: Int32
The number of decimal places that should be used for values represented on the ControlPanelObject.
Remarks
If forceTrailingZeros is true, all values represented will have the number of decimal digits specified, even if it requires trailing zeros. Otherwise, numberDecimals is treated as a maximum.
See Also