Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
195
Zoom to selection feature in the XamDataChart.
posted

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.

Parents
  • 34510
    Verified Answer
    Offline posted

    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.

Reply Children
No Data