ComponentOne Gauges for WinForms
FormatLabel Event

C1.Win.C1Gauge.4 Assembly > C1.Win.C1Gauge Namespace > C1GaugeBase Class : FormatLabel Event
Occurs when C1GaugeLabels or C1GaugeSingleLabel converts a value to the string representation.
Syntax
'Declaration
 
Public Event FormatLabel As FormatLabelEventHandler
public event FormatLabelEventHandler FormatLabel
Event Data

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

PropertyDescription
Gets the C1GaugeDecorator object.  
Gets the source value scaled by the ValueFactor and ValueOffset.  
Gets or sets the text displayed in the label.  
Gets the source value displayed in the label.  
See Also