I wonder if there is a "zoom to selection" feature out of the box in the XamDataChart.
The idea is to allow the user to select an area of the chart and zoom into it.
Regards, Martín.
Hi Martin,
The XamDataChart supports the ability to drag a rectangle onto the chart surface and then zoom into the selection when the mouse is released. Set the DefaultInteraction property to DragZoom in order to get this feature. Also, one of two properties need to be enabled in order to perform any zooming. HorizontalZoomable and VerticalZoomable. Set one or both in order to zoom.
Thanks! That is exactly what I was looking for and a time saver.