2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / ChartData Class / PointStylesList Property

In This Topic
    PointStylesList Property
    In This Topic
    Gets the PointStylesCollection object associated with the current ChartData object.
    Syntax
    'Declaration
     
    Public ReadOnly Property PointStylesList As PointStylesCollection
    public PointStylesCollection PointStylesList {get;}
    Remarks
    This collection contains styles that can be applied to specific data point.
    See Also