getUnselectedItemBorder abstract method

Paint getUnselectedItemBorder(
  1. Paint paint,
  2. int seriesIndex,
  3. int pointIndex,
  4. 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);