Gets or set whether this point style should be applied to the data point defined by SeriesIndex and PointIndex properties.

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

Syntax

C#
public bool Selected { get; set; }
Visual Basic
Public Property Selected As Boolean
	Get
	Set

See Also