ChartOptionsAllowUserInteraction Property |
LightningChart .NET Help
Gets or sets if allow allow user interaction with interaction device (e.g. mouse). Device hit testing with objects
cause CPU overhead when the device is moved. This is a dependency property.
If device interaction is not absolute necessary directly within chart
and if you want to maximize the performance, set this false.
Namespace:
Arction.Wpf.ChartingMVVM
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(true)]
public bool AllowUserInteraction { get; set; }<DefaultValueAttribute(true)>
Public Property AllowUserInteraction As Boolean
Get
Set
public:
[DefaultValueAttribute(true)]
property bool AllowUserInteraction {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also