getCircularUnSelectedItemBorder abstract method
It gets the circular border 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 getCircularUnSelectedItemBorder(Color color, int seriesIndex,
int pointIndex, List<Region> unselectedRegions);