Version

FormatLegendLabel Event (RingSeriesBase)

Used to format the legend labels for the slices in the chart based on the item in context.
Syntax
public event PieChartFormatLabelEventHandler FormatLegendLabel
Event Data

The event handler receives an argument of type PieChartFormatLabelEventArgs containing data related to this event. The following PieChartFormatLabelEventArgs properties provide information specific to this event.

PropertyDescription
Item Gets the data context for this label.
Label Gets or sets the label text.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also