getCircularSelectedItemFill abstract method
It gets the fill property of the selected item in the series
- color - Color value of the selected item.
- seriesIndex - Series index of the selected point
- pointIndex - Point index of the selected point in the series.
- selected region - Value of Selected region in the series.
Implementation
Color getCircularSelectedItemFill(Color color, int seriesIndex,
int pointIndex, List<Region> selectedRegions);