getUnselectedItemFill abstract method
Paint
getUnselectedItemFill(
- Paint paint,
- int seriesIndex,
- int pointIndex,
- 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);