getMaxSliceCount() method

Getter for property <code>maxSliceCount</code>. Set the maximum number of slices in a Pie/Donut chart.

If exceeding the specified value, the rest will be categorised into a single slice. Only applies to Pie/Donut. Default value is <code>12</code>

Syntax

getMaxSliceCount() → {int}

Returns

the value of property <code>maxSliceCount</code>

Type:

int

Source

makit/Chart.API.js, line 150.