ColumnPreferencesnumberDecimalsYAxis Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates the number of decimal places that should be used for labels on the Y Axis.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public int numberDecimalsYAxis { get; set; }
Public Property numberDecimalsYAxis As Integer
Get
Set
public:
virtual property int numberDecimalsYAxis {
int get () sealed;
void set (int value) sealed;
}
function get_numberDecimalsYAxis();
function set_numberDecimalsYAxis(value);
Property Value
Type:
Int32The number of decimal places that should be used for labels on the Y Axis.
Return Value
Type:
Int32The number of decimal places that should be used for labels on the Y Axis.
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