getCircularSelectedItemBorder abstract method

Color getCircularSelectedItemBorder(
  1. Color color,
  2. int seriesIndex,
  3. int pointIndex,
  4. List<Region> selectedRegions,
)

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);