Version

AlignLabel Event (XamRadialGauge)

Event which is raised when a label of the gauge is aligned along the scale.
Syntax
public event AlignRadialGaugeLabelHandler AlignLabel
Event Data

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

PropertyDescription
ActualMaximumValue (Inherited from Infragistics.XamarinForms.Controls.Gauges.FormatRadialGaugeLabelEventArgs)Gets or sets the maximum value of the radial gauge.
ActualMinimumValue (Inherited from Infragistics.XamarinForms.Controls.Gauges.FormatRadialGaugeLabelEventArgs)Gets or sets the minimum value of the radial gauge.
Angle (Inherited from Infragistics.XamarinForms.Controls.Gauges.FormatRadialGaugeLabelEventArgs)Gets or sets the label angle.
EndAngle (Inherited from Infragistics.XamarinForms.Controls.Gauges.FormatRadialGaugeLabelEventArgs)Gets or sets the label end angle.
Height Gets or sets the label height
Label (Inherited from Infragistics.XamarinForms.Controls.Gauges.FormatRadialGaugeLabelEventArgs)Gets or sets the label text.
OffsetX Gets or sets the X offset of the label.
OffsetY Gets or sets the Y offset of the label.
StartAngle (Inherited from Infragistics.XamarinForms.Controls.Gauges.FormatRadialGaugeLabelEventArgs)Gets or sets the label start angle.
Value (Inherited from Infragistics.XamarinForms.Controls.Gauges.FormatRadialGaugeLabelEventArgs)Gets or sets the label value.
Width Gets or sets the label width
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