2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1Chart Namespace / ChartLabels Class / ChartLabels Constructor / ChartLabels Constructor(C1Chart)
The C1Chart object to assign.

In This Topic
    ChartLabels Constructor(C1Chart)
    In This Topic
    Creates a new instance of ChartLabels class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal chart As C1Chart _
    )
    public ChartLabels( 
       C1Chart chart
    )

    Parameters

    chart
    The C1Chart object to assign.
    See Also