Gets or sets the selection method of the PointStyle. For selection method options, see PointStyleSelectionEnum.

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

Syntax

C#
[DefaultValueAttribute(PointStyleSelectionEnum.Index)]
public PointStyleSelectionEnum Selection { get; set; }
Visual Basic
<DefaultValueAttribute(PointStyleSelectionEnum.Index)> _
Public Property Selection As PointStyleSelectionEnum
	Get
	Set

See Also