getCircularUnSelectedItemBorder abstract method

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

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