ComponentOne BulletGraph for WinForms
C1.Win.C1Gauge Namespace / C1GaugeBase Class / FormatLabel Event

In This Topic
    FormatLabel Event (C1GaugeBase)
    In This Topic
    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