getCircularSelectedItemFill abstract method

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

It gets the fill property of the selected 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.
  • selected region - Value of Selected region in the series.

Implementation

Color getCircularSelectedItemFill(Color color, int seriesIndex,
    int pointIndex, List<Region> selectedRegions);