Gets the PointStylesCollection object associated with the current ChartData object.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
public PointStylesCollection PointStylesList { get; }
Visual Basic
Public ReadOnly Property PointStylesList As PointStylesCollection
	Get

Remarks

This collection contains styles that can be applied to specific data point.

See Also