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

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

    Parameters

    labels
    The ChartLabels object to assign.
    See Also