Skip to content

SyncfusionExamples/How-to-perform-zooming-and-panning-in-Xamarin.Forms-Charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

How-to-perform-zooming-and-panning-in-Xamarin.Forms-Charts

Xamarin.Forms Chart allows you to zoom in to view the data clearly. To enable this feature, you need to add an instance of ChartZoomPanBehavior to the ChartBehaviors collection property of SfChart.

Following properties are used to configure the zooming feature,

  • EnableZooming – used to enable/disable the pinch zooming. Default value is true.
  • EnableDirectionalZooming - Enables or disables the pinch zooming based on pinch gesture direction. The default value of this property is false.
  • EnableDoubleTap – when you enable this property, you can double tap on the chart to reset it to the original size or zoom in by one level.
  • EnablePanning – used to enable/disable the panning. Default value is true.
  • MaximumZoomLevel - used to determine the maximum zoom level of the chart.

About

This demo explains how to perform zooming and panning in Xamarin.Forms Charts

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages