Version

FormatLabel Event (XamRadialGauge)

Event which is raised when a label of the gauge is formatted.
Syntax
public event FormatRadialGaugeLabelHandler FormatLabel
Event Data

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

PropertyDescription
ActualMaximumValue Gets or sets the maximum value of the radial gauge.
ActualMinimumValue Gets or sets the minimum value of the radial gauge.
Angle Gets or sets the label angle.
EndAngle Gets or sets the label end angle.
Label Gets or sets the label text.
StartAngle Gets or sets the label start angle.
Value Gets or sets the label value.
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