Click or drag to resize

LineSeriesCursorIndicateTrackingYRange Property

LightningChart .NET Help
When Cursor style is set to 'TrackSeries', and multiple series values hit on same cursor X position, adjusts series tracking horizontal line height to match the minimum and maximum value on current cursor position.

Namespace:  Arction.WinForms.Charting.Views.ViewXY
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
[DefaultValueAttribute(false)]
public bool IndicateTrackingYRange { get; set; }

Property Value

Type: Boolean
See Also