SeriesEventMarkerVerticalPosition Enumeration |
Namespace: Arction.Wpf.Charting
| Member name | Value | Description | |
|---|---|---|---|
| TrackSeries | 0 |
Track the series. The Y value is solved from X value. You can use this only for series implementing ITrackable interface or with FreeformPointLineSeries.
Not applicable in X-axis scrolling modes Scrolling, Stepping, Sweeping (monitoring modes).
The resolver data is not valid for performance reasons. You should insert a marker
as AtYValue in monitoring mode and convert it as TrackSeries when entering data review mode.
Works only on series implementing ITrackable or with FreeformPointLineSeries. | |
| AtYValue | 1 | Position at given Y value (series value, not coordinate). | |
| ZeroLevel | 2 | Position at zero level. | |
| YAxisTop | 3 | Position at Y-axis top. | |
| YAxisCenter | 4 | Position at Y-axis center. | |
| YAxisBottom | 5 | Position at Y-axis bottom. |