NumericFormatProvidernumberDecimals Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates the number of decimal places.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntaxint numberDecimals { get; set; }
Property numberDecimals As Integer
Get
Set
property int numberDecimals {
int get ();
void set (int value);
}
function get_numberDecimals();
function set_numberDecimals(value);
Property Value
Type:
Int32The number of decimal places.
Return Value
Type:
Int32The number of decimal places.
RemarksIf 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