MapAllowUserInteraction Property |
LightningChart .NET Help
Allow user interaction.
Namespace:
Arction.Wpf.Charting.Maps
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.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