[]
        
(Showing Draft Content)

C1.Win.C1Chart.PointStylesCollection.Item

this Property

this[int]

Gets the specified PointStyle from the collection by numeric index.

Declaration
public PointStyle this[int i] { get; }
Public ReadOnly Default Property Item(i As Integer) As PointStyle
Parameters
Type Name Description
int i
See Also