getUnselectedItemFill abstract method

Paint getUnselectedItemFill(
  1. Paint paint,
  2. int seriesIndex,
  3. int pointIndex,
  4. List<ChartSegment> unselectedSegments,
)

It gets the fill property of the unselected item in the series

  • paint - Paint value of the unselected item.
  • seriesIndex - Series index of the unselected point
  • pointIndex - Point index of the unselected point in the series.
  • unselectedSegment - Value of unselected segment in the series.

Implementation

Paint getUnselectedItemFill(Paint paint, int seriesIndex, int pointIndex,
    List<ChartSegment> unselectedSegments);