ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / C1Chart3D Class / ChartLabels Property

In This Topic
    ChartLabels Property
    In This Topic
    Gets the control chart labels object.
    Syntax
    'Declaration
     
    Public ReadOnly Property ChartLabels As Chart3DLabels
    public Chart3DLabels ChartLabels {get;}
    Remarks
    The ChartLabels contain all Chart3DLabel objects.
    See Also