ChartCanvasAxis.AllowDecimals

Syntax

AllowDecimals: Boolean;

Description

The AllowDecimals property indicates whether decimal values are used for chart axis.

Comments

Use JSON or the setAllowDecimals method to set the property value, and the getAllowDecimals method to get the property value.

Available values:

Example

The example of use is given on the Example of Creating a Scatter Chart page.

See also:

ChartCanvasAxis