Mpandroidchart: Feature request: align left and right scale zero line

Created on 31 Aug 2015  路  4Comments  路  Source: PhilJay/MPAndroidChart

See: http://stackoverflow.com/questions/32092147/mpandroid-multi-line-chart-align-0-line-of-left-and-right-scale

I have a multi line chart with 3 datasets. dataset 1 & 2 use the left side scale, the 3rd one uses the right side scale. Values of first 2 datasets are between -300W and +2500W, the values of the 3rd dataset are between 0 and 7000lux.

How can I align the 0 position of the left and right scale?

That is what I get right now:

screenshot_2015-08-19-17-39-41

The 0 line of the green plot is at -500 of the others. The data changes dynamically, so I cannot set a fixed offset for the green plot.

Anybody knows how to do this? I didn't find anything in the MPAndroid documentation.

All 4 comments

Hi @PhilJay,
i came across the same problem. Tried to solve this trough setOffset, set min/max for the right Axise, but without succes.
Is this generally impossible?
Please tell me the trick or great woulb be to have such a feature implemented.

regards
Scrounger

No solution for my me yet. I just gave up with on the right side scale.

The setAxisDependency(...) method provided by the DataSet class lets you choose which axis your data should be plotted against.

Here is an example where one dataset is plotted against the left and the other dataset is plotted against the right axis: https://github.com/PhilJay/MPAndroidChart/blob/master/MPChartExample/src/com/xxmassdeveloper/mpchartexample/LineChartActivity2.java

@PhilJay
Thanks for the answer. But thats not my question.
As @beegee-tokyo described in his first post, we looking foward to have the zero value of the left and the right axis at same level / value (one common horizontal zero line).

Was this page helpful?
0 / 5 - 0 ratings

Related issues

SutharRohit picture SutharRohit  路  3Comments

chathudan picture chathudan  路  3Comments

JungYongWook picture JungYongWook  路  3Comments

rohitkumarbhagat picture rohitkumarbhagat  路  3Comments

andreyfel picture andreyfel  路  3Comments