Version

LabelClick Event (PieChartBase)

Raised when the slice's label is clicked.
Syntax
public event LabelClickEventHandler LabelClick
Event Data

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

PropertyDescription
AllowSliceClick Gets and sets whether or not the owning pie chart should fire its SliceClick event
Item Gets the slice data context.
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