chartType property

CircularChartType chartType
final

The type of chart to be rendered. Use CircularChartType.Pie for a circle divided into slices for each entry. Use CircularChartType.Radial for one or more arcs with a hole in the center.

Implementation

final CircularChartType chartType;