Version

AlignLabel Event (XamBulletGraph)

Event which is raised when a label of the bullet graph is aligned along the scale.
Syntax
public event AlignLinearGraphLabelHandler AlignLabel
Event Data

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

PropertyDescription
ActualMaximumValue (Inherited from Infragistics.XamarinForms.Controls.Gauges.FormatLinearGraphLabelEventArgs)Gets the maximum value of the graph.
ActualMinimumValue (Inherited from Infragistics.XamarinForms.Controls.Gauges.FormatLinearGraphLabelEventArgs)Gets the minimum value of the graph.
Height Gets or sets the height of the label.
Label (Inherited from Infragistics.XamarinForms.Controls.Gauges.FormatLinearGraphLabelEventArgs) 
OffsetX Gets or sets the X offset of the label.
OffsetY Gets or sets the Y offset of the label.
Value (Inherited from Infragistics.XamarinForms.Controls.Gauges.FormatLinearGraphLabelEventArgs)Gets the value of the graph.
Width Gets or sets the width of the label.
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