LightningChart .NET Help
Cursor styles.
Namespace:
Arction.Wpf.Charting
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
SyntaxPublic Enumeration CursorStyle
public enum class CursorStyle
Members|
| Member name | Value | Description |
|---|
| VerticalNoTracking | 0 |
Vertical cursor. No series values tracking.
|
| HairCrossTracking | 1 |
Hair cross vertical cursor. Resolves values from series and draws horizontal line at the section of cursor and series.
|
| PointTracking | 2 |
Point tracking. Resolves values from series and draws a point with selected style at the section of cursor and series.
|
See Also