getCircularUnSelectedItemFill abstract method
It gets the circular fill property of the unselected item in the series
- color - Color value of the unselected item.
- seriesIndex - Series index of the unselected point
- pointIndex - Point index of the unselected point in the series.
- unselectedRegion - Value of unSelected region in the series.
Implementation
Color getCircularUnSelectedItemFill(Color color, int seriesIndex,
int pointIndex, List<Region> unselectedRegions);