Version

FormatLabel Event (UltraRadialGauge)

Event which is raised when a label of the gauge is formatted.
Syntax
'Declaration
 
Public Event FormatLabel As FormatRadialGaugeLabelHandler
public event FormatRadialGaugeLabelHandler FormatLabel
Event Data

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

PropertyDescription
ActualMaximumValue Gets the maximum value of the radial gauge.
ActualMinimumValue Gets the minimum value of the radial gauge.
Angle Gets or sets the label angle in radians.
EndAngle Gets the label end angle in radians.
Extent Gets or sets the extent of text from center of gauge.
Label Gets or sets the label text.
StartAngle Gets the label start angle in radians.
Value Gets or sets the label value.
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