getCircularSelectedItemBorder abstract method
It gets the circular border property of the seleted 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.
- selectedRegion - Value of Selected region of the series.
Implementation
Color getCircularSelectedItemBorder(Color color, int seriesIndex,
int pointIndex, List<Region> selectedRegions);