[]
        
(Showing Draft Content)

C1.Win.C1Chart.LabelsCollection.-ctor

LabelsCollection Constructor

LabelsCollection()

Creates a new instance of LabelsCollection class.

Declaration
public LabelsCollection()
Public Sub New()

LabelsCollection(ChartLabels)

Creates a new instance of LabelsCollection class.

Declaration
public LabelsCollection(ChartLabels labels)
Public Sub New(labels As ChartLabels)
Parameters
Type Name Description
ChartLabels labels

The ChartLabels object to assign.