Use the members of this enumeration to set the value of the Selection
property in the PointStyle class.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
C# |
---|
public enum PointStyleSelectionEnum |
Visual Basic |
---|
Public Enumeration PointStyleSelectionEnum |
Members
Member name | Value | Description | |
---|---|---|---|
Index | 0 | PointStyle applies to data point that is defined by PointIndex and SeriesIndex | |
DataMaxX | 1 | PointStyle applies to data point with maximum x value among all data series of the ChartData. | |
DataMinX | 2 | PointStyle applies to data point with minimum x value among all data series of the ChartData. | |
DataMaxY | 3 | PointStyle applies to data point with maximum y value among all data series of the ChartData. | |
DataMinY | 4 | PointStyle applies to data point with minimum y value among all data series of the ChartData. | |
SeriesMaxX | 5 | PointStyle applies to data point with maximum x value of data series that is defined by SeriesIndex property of PointStyle. | |
SeriesMinX | 6 | PointStyle applies to data point with minimum x value of data series that is defined by SeriesIndex property of PointStyle. | |
SeriesMaxY | 7 | PointStyle applies to data point with maximum y value of data series that is defined by SeriesIndex property of PointStyle. | |
SeriesMinY | 8 | PointStyle applies to data point with minimum y value of data series that is defined by SeriesIndex property of PointStyle. | |
Custom | 9 | PointStyle is selected in user-defined Select event handler. |