Version

AlignLabel Event (UltraBulletGraph)

Event which is raised when a label of the bullet graph is aligned along the scale.
Syntax
'Declaration
 
Public Event AlignLabel As AlignLinearGraphLabelHandler
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.Win.DataVisualization.FormatLinearGraphLabelEventArgs)Gets the maximum value of the graph.
ActualMinimumValue (Inherited from Infragistics.Win.DataVisualization.FormatLinearGraphLabelEventArgs)Gets the minimum value of the graph.
Height Gets or sets the height of the label.
Label (Inherited from Infragistics.Win.DataVisualization.FormatLinearGraphLabelEventArgs)Gets or sets the label that should be used.
OffsetX Gets or sets the X offset of the label.
OffsetY Gets or sets the Y offset of the label.
Value (Inherited from Infragistics.Win.DataVisualization.FormatLinearGraphLabelEventArgs)Gets the value of the graph.
Width Gets or sets the width of the label.
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