Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 930 Bytes

File metadata and controls

12 lines (8 loc) · 930 Bytes

How to Select Multiple Scatter Data Points with Mouse Drag

The WPF Chart allows you to select multiple scatter data points using the canvas and mouse drag.

The following demo visualizes how to select multiple scatter data points using mouse drag, which shows the respective values in a list view. Demo

Troubleshooting

Path too long exception

If you are facing a path too long exception when building this example project, close Visual Studio and rename the repository to short and build the project.

For more details, refer to the KB on how to select multiple scatter data points using the mouse drag.