2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / DataLabel Class / Dispose Method

In This Topic
    Dispose Method (DataLabel)
    In This Topic
    Readies the chart object for garbage collection.
    Syntax
    'Declaration
     
    Public Sub Dispose() 
    public void Dispose()
    Remarks
    Readies the Label object for garbage collection. The Label should not be referenced after calling the Dispose method.
    See Also