2
votes

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!

1

1 Answers

1
votes

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.