AllowDecimals: Boolean;
The AllowDecimals property indicates whether decimal values are used for chart axis.
Use JSON or the setAllowDecimals method to set the property value, and the getAllowDecimals method to get the property value.
Available values:
true. Decimal values are used for the chart axis (default).
false. Integer values are used for the chart axis.
The example of use is given on the Example of Creating a Scatter Chart page.
See also: