public event FormatRadialGaugeLabelHandler FormatLabel
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.
Property | Description |
---|---|
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. |
Target Platforms: Android 4.4+, iOS 8+
Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+