Use the members of this enumeration to set the value of the Selection property in the PointStyle class.

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

Syntax

C#
public enum PointStyleSelectionEnum
Visual Basic
Public Enumeration PointStyleSelectionEnum

Members

Member nameValueDescription
Index0 PointStyle applies to data point that is defined by PointIndex and SeriesIndex
DataMaxX1 PointStyle applies to data point with maximum x value among all data series of the ChartData.
DataMinX2 PointStyle applies to data point with minimum x value among all data series of the ChartData.
DataMaxY3 PointStyle applies to data point with maximum y value among all data series of the ChartData.
DataMinY4 PointStyle applies to data point with minimum y value among all data series of the ChartData.
SeriesMaxX5 PointStyle applies to data point with maximum x value of data series that is defined by SeriesIndex property of PointStyle.
SeriesMinX6 PointStyle applies to data point with minimum x value of data series that is defined by SeriesIndex property of PointStyle.
SeriesMaxY7 PointStyle applies to data point with maximum y value of data series that is defined by SeriesIndex property of PointStyle.
SeriesMinY8 PointStyle applies to data point with minimum y value of data series that is defined by SeriesIndex property of PointStyle.
Custom9 PointStyle is selected in user-defined Select event handler.

See Also