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.
In FlexChart, zooming can be implemented by using the following code. This sample uses the same datasource as used in Quick Start.
C# |
コードのコピー
|
---|---|
flexChart.Behaviors.Add(new C1.WinUI.Chart.Interaction.ZoomBehavior());
|