user1144251
user1144251

Reputation: 347

MPAndroidChart Simultaneous Multiple Chart Zooming

I have three line charts vertically aligned in 3 different fragments. Is there a way for me to zoom in on one chart and have the same zoom x and y axis zoom amount be reflected on the two other charts?

Is there some example code I can reference?

Thanks!

Upvotes: 2

Views: 645

Answers (1)

Philipp Jahoda
Philipp Jahoda

Reputation: 51421

Read the documentation. And especially focus on the OnChartGestureListener. It delivers callbacks when a chart is manipulated (e.g. scaled) and allows to react to it.

Upvotes: 1

Related Questions