Gauges for WinForms | ComponentOne
C1.Win.C1Gauge.4.5.2 Assembly / C1.Win.C1Gauge Namespace / C1GaugeBase Class / OnFormatLabel Method

In This Topic
    OnFormatLabel Method (C1GaugeBase)
    In This Topic
    Raises the FormatLabel event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnFormatLabel( _
       ByVal e As FormatLabelEventArgs _
    ) 
    protected virtual void OnFormatLabel( 
       FormatLabelEventArgs e
    )

    Parameters

    e
    See Also