2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / LabelsCollection Class / LabelsCollection Constructor / LabelsCollection Constructor(ChartLabels)

In This Topic
    LabelsCollection Constructor(ChartLabels)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal labels As ChartLabels _
    )
    public LabelsCollection( 
       ChartLabels labels
    )

    Parameters

    labels
    See Also