Click or drag to resize

ChartOptionsWheelRequiresFocus Property

LightningChart .NET Help
Defines if the chart reacts to wheel events without focus. This is useful especially on situations when chart is in scrollable control and it's not wished that the chart processes the wheel events.

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

Property Value

Type: Boolean
See Also