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.WinForms.Charting
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(false)]
public bool WheelRequiresFocus { get; set; }<DefaultValueAttribute(false)>
Public Property WheelRequiresFocus As Boolean
Get
Set
public:
[DefaultValueAttribute(false)]
property bool WheelRequiresFocus {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also