FUIChartLegendViewDelegate
public protocol FUIChartLegendViewDelegate : AnyObject
Chart legend view delegate that observes tapping events invoking selection changes.
-
Optional. Informs the delegate once legend view selections have changed.
Declaration
Swift
func legendView(_ legendView: FUIChartLegendView, didSelectSeries index: Int)Parameters
legendViewThe FUIChartLegendView in which selections have changed.
didSelectSeriesThe index of series that is selected.
-
Optional. Informs the delegate once legend view selections have changed.
Declaration
Swift
func legendView(_ legendView: FUIChartLegendView, didDeSelectSeries index: Int)Parameters
legendViewThe FUIChartLegendView in which selections have changed.
didDeSelectSeriesThe index of series that is de-selected.