Version

AlignLabel Event (UltraRadialGauge)

Event which is raised when a label of the gauge is aligned along the scale.
Syntax
'Declaration
 
Public Event AlignLabel As AlignRadialGaugeLabelHandler
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.Win.DataVisualization.FormatRadialGaugeLabelEventArgs)Gets the maximum value of the radial gauge.
ActualMinimumValue (Inherited from Infragistics.Win.DataVisualization.FormatRadialGaugeLabelEventArgs)Gets the minimum value of the radial gauge.
Angle (Inherited from Infragistics.Win.DataVisualization.FormatRadialGaugeLabelEventArgs)Gets or sets the label angle in radians.
Brush Gets or sets the brush of the label.
EndAngle (Inherited from Infragistics.Win.DataVisualization.FormatRadialGaugeLabelEventArgs)Gets the label end angle in radians.
Extent (Inherited from Infragistics.Win.DataVisualization.FormatRadialGaugeLabelEventArgs)Gets or sets the extent of text from center of gauge.
FontSize Gets or sets the font size of text in gauge.
Height Gets the label height
Label (Inherited from Infragistics.Win.DataVisualization.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.Win.DataVisualization.FormatRadialGaugeLabelEventArgs)Gets the label start angle in radians.
Value (Inherited from Infragistics.Win.DataVisualization.FormatRadialGaugeLabelEventArgs)Gets or sets the label value.
Width Gets the label width
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