getCircularUnSelectedItemFill abstract method

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

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