getUnselectedItemBorder abstract method
Paint
getUnselectedItemBorder(
- Paint paint,
- int seriesIndex,
- int pointIndex,
- List<
ChartSegment> unselectedSegments,
It gets the border property of the selected 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 getUnselectedItemBorder(Paint paint, int seriesIndex, int pointIndex,
List<ChartSegment> unselectedSegments);