CircularSeries<T, D> class

Renders the circular series.

Inheritance
Implementers

Constructors

CircularSeries({List<T> dataSource, ChartIndexedValueMapper<D> xValueMapper, ChartIndexedValueMapper<num> yValueMapper, ChartIndexedValueMapper<Color> pointColorMapper, ChartIndexedValueMapper<String> pointRadiusMapper, ChartIndexedValueMapper<String> dataLabelMapper, ChartIndexedValueMapper sortFieldValueMapper, int startAngle, int endAngle, String radius, String innerRadius, bool explode, bool explodeAll, int explodeIndex, ActivationMode explodeGesture, String explodeOffset, double groupTo, CircularChartGroupMode groupMode, String gap, double opacity, double maximumValue, EmptyPointSettings emptyPointSettings, Color borderColor, double borderWidth, DataLabelSettings dataLabelSettings, bool enableTooltip, bool enableSmartLabels, String name, double animationDuration, SelectionSettings selectionSettings, SortingOrder sortingOrder, LegendIconType legendIconType, CornerStyle cornerStyle })

Properties

animationDuration double
Duration for animating the data points. [...]
final
borderColor Color
Border color of the data points in the series. [...]
final
borderWidth double
Border width of the data points in the series. [...]
final
cornerStyle CornerStyle
Specifies the radial bar’s corner type. [...]
final
dataLabelMapper ChartIndexedValueMapper<String>
Maps the field name, which will be considered as text for the data points. [...]
final
dataLabelSettings DataLabelSettings
Toggles the visibility of the tooltip for this series. [...]
final
dataSource List<T>
A collection of data required for rendering the series. If no data source is specified, empty chart will be rendered without series. [...]
final
emptyPointSettings EmptyPointSettings
Customizes the empty data points in the series [...]
final
enableSmartLabels bool
Data label placement without collision. [...]
final
enableTooltip bool
Toggles the visibility of the tooltip for this series. [...]
final
endAngle int
Ending angle of the series. [...]
final
explode bool
Enables or disables the explode of slices on tap. [...]
final
explodeAll bool
Enables or disables exploding all the slices at the initial rendering. [...]
final
explodeGesture ActivationMode
Gesture for activating the explode. Explode can be activated in tap, double tap, and long press. [...]
final
explodeIndex int
Index of the slice to explode it at the initial rendering. [...]
final
explodeOffset String
Offset of exploded slice. The value ranges from 0% to 100%. [...]
final
gap String
Specifies the gap between the radial bars in percentage. [...]
final
groupMode CircularChartGroupMode
Slice can also be grouped based on the data points value or based on index. [...]
final
groupTo double
Groups the data points of the series based on their index or values. [...]
final
innerRadius String
Inner radius of the series. The value ranges from 0% to 100%. [...]
final
legendIconType LegendIconType
Shape of the legend icon. Any shape in the LegendIconType can be applied to this property. By default, icon will be rendered based on the type of the series. [...]
final
maximumValue double
Specifies the maximum value of the radial bar. By default, the maximum value of the data point will be considered as maximum value. [...]
final
name String
Name of the series. [...]
final
opacity double
Opacity of the series. The value ranges from 0 to 1. [...]
final
pointColorMapper ChartIndexedValueMapper<Color>
Maps the field name, which will be considered as x-values. [...]
final
pointRadiusMapper ChartIndexedValueMapper<String>
Maps the field name, which will be considered for calculating the radius of all the data points. [...]
final
radius String
Radius of the series. The value ranges from 0% to 100%. [...]
final
selectionSettings SelectionSettings
Customizes the selection of series. [...]
final
sortFieldValueMapper ChartIndexedValueMapper
Field in the data source for performing sorting. Sorting will be performed based on this field. [...]
final
sortingOrder SortingOrder
Type of sorting. The data points in the series can be sorted in ascending or descending order.The data points will be rendered in the specified order if it is set to none. [...]
final
startAngle int
Starting angle of the series. [...]
final
xValueMapper ChartIndexedValueMapper<D>
Maps the field name, which will be considered as x-values. [...]
final
yValueMapper ChartIndexedValueMapper<num>
Maps the field name, which will be considered as y-values. [...]
final
hashCode int
The hash code for this object. [...]
read-only, inherited
isVisible bool
read / write, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
Returns a string representation of this object.
inherited

Operators

operator ==(dynamic other) bool
The equality operator. [...]
inherited