DraggableObjectAllowDragging Property |
LightningChart .NET Help
Gets or sets whether dragging by user is allowed.
Namespace:
Arction.Wpf.Charting
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(true)]
public bool AllowDragging { get; set; }<DefaultValueAttribute(true)>
Public Property AllowDragging As Boolean
Get
Set
public:
[DefaultValueAttribute(true)]
property bool AllowDragging {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also