How to Use the LightningChart drag-and-drop function for data transfer ?, Lightningchart drag and drop
This article describes how to use the extended drag-and-drop function of LightningChart to create charts for all chart components, such as series, titles, and axes. You can place custom objects in another chart with the mouse. For example, you can add or modify data in JSON/CSV or other formats.
Developers can also use the ChartManager tool to coordinate multiple LightningChart controls. You can drag and drop all types of charts to the Windows Forms and WPF application platforms.
Note! If you drag and drop a series between only the axes of a chart, you do not need to use ChartManager.
Drag and Drop in one or more charts:
· Enable the mouse interaction drag-and-drop series: series. MouseInteraction = true;
· Drag and drop to another axis attribute series: series. DisableDragToAnotherAxis = false;
· Set axis Drag and Drop: axis. AllowSeriesDragDrop = true.