WinUI | ComponentOne
Controls / FlexChart / End-user Interaction / Zoom
In This Topic
    Zoom
    In This Topic

    Zooming in charts allows users to select the area they want to enlarge by double clicking the left mouse button or scrolling the mouse, enabling them to analyze the data packed charts at granular level.

    zoom

    In FlexChart, zooming can be implemented by using the following code. This sample uses the same datasource as used in Quick Start.

    C#
    Copy Code
    flexChart.Behaviors.Add(new C1.WinUI.Chart.Interaction.ZoomBehavior());
    
    '