Version

FormatLabel Event (UltraBulletGraph)

Event which is raised when a label of the bullet graph is formatted.
Syntax
'Declaration
 
Public Event FormatLabel As FormatLinearGraphLabelHandler
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 Gets or sets the label that should be used.
Value Gets the value of the graph.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also