DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
The number of decimal places that should be used for values represented on the Y Axis.
The number of decimal places that should be used for values represented on the Y Axis.
Gets and sets a value that indicates the number of decimal places that should be used for values represented on the Y Axis.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
| C# |
|---|
public int numberDecimals { get; set; } |
| Visual Basic |
|---|
Public Property numberDecimals As Integer Get Set |
| Visual C++ |
|---|
public: virtual property int numberDecimals { int get () sealed; void set (int value) sealed; } |
Property Value
Type: Int32The number of decimal places that should be used for values represented on the Y Axis.
Return Value
Type: Int32The number of decimal places that should be used for values represented on the Y Axis.
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.