[]
Use the members of this enumeration to set the value of the Selection property in the PointStyle class.
public enum PointStyleSelectionEnum
| Name | Description |
|---|---|
| Custom | PointStyle is selected in user-defined Select event handler. |
| DataMaxX | PointStyle applies to data point with maximum x value among all data series of the ChartData. |
| DataMaxY | PointStyle applies to data point with maximum y value among all data series of the ChartData. |
| DataMinX | PointStyle applies to data point with minimum x value among all data series of the ChartData. |
| DataMinY | PointStyle applies to data point with minimum y value among all data series of the ChartData. |
| Index | PointStyle applies to data point that is defined by PointIndex and SeriesIndex |
| SeriesMaxX | PointStyle applies to data point with maximum x value of data series that is defined by SeriesIndex property of PointStyle. |
| SeriesMaxY | PointStyle applies to data point with maximum y value of data series that is defined by SeriesIndex property of PointStyle. |
| SeriesMinX | PointStyle applies to data point with minimum x value of data series that is defined by SeriesIndex property of PointStyle. |
| SeriesMinY | PointStyle applies to data point with minimum y value of data series that is defined by SeriesIndex property of PointStyle. |