Click or drag to resize

ChartOptionsAllowUserInteraction Property

LightningChart .NET Help
Allow user interaction with interaction device (e.g. mouse). Interaction device hit testing with objects cause CPU overhead when the device is moved. If user device interaction is not absolute necessary directly within chart and if you want to maximize the performance, set this false.

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

Property Value

Type: Boolean
See Also