AxisXYBaseAllowSeriesDragDrop Property |
LightningChart .NET Help
Gets or sets if allow series adding to this axis by dragging it from other axis of this chart
or from another chart's axis. Once the drag drop operation is complete, the series
is removed from the axis/chart where the drag begun and the series is assigned for the target axis.
This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM.Axes
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(true)]
public bool AllowSeriesDragDrop { get; set; }<DefaultValueAttribute(true)>
Public Property AllowSeriesDragDrop As Boolean
Get
Set
public:
[DefaultValueAttribute(true)]
property bool AllowSeriesDragDrop {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also