ChartsOrg / Charts

Beautiful charts for iOS/tvOS/OSX! The Apple side of the crossplatform MPAndroidChart.
Apache License 2.0
27.52k stars 5.99k forks source link

Zoomin Graphview #852

Closed rushabh0999 closed 8 years ago

rushabh0999 commented 8 years ago

Hello,

I have large amount of data to display on chart so need to maximum zoom scale to display that data so i can i set maximum zoom scale.I am using below code to display data.but not zoom properly after certain level

  [_chartView.viewPortHandler setMaximumScaleY: 10.0];
  [_chartView.viewPortHandler setMaximumScaleX: 10.0];
danielgindi commented 8 years ago

Please, we cannot understand what does "not zoom properly" mean. You need to explain yourself clearly, possibly with visual assets.