Version

FormatLabel Event (XamBulletGraph)

Event which is raised when a label of the bullet graph is formatted.
Syntax
public event FormatLinearGraphLabelHandler FormatLabel
Event Data

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

PropertyDescription
ActualMaximumValue Gets the maximum value of the graph.
ActualMinimumValue Gets the minimum value of the graph.
Label  
Value Gets the value of the graph.
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