2

i have a requirement to plot a line chart over a candlestick chart.(see first image) we can simply add line series over the candlestick chart. but if the data of line chart is large, it does not show the candlestick series clearly(see the second image). so is there anything to draw multiple y series on the same chart(one for the line chart and another for the candlestick chart. chart- required

chart2 current

Gurpreet Kaur
  • 434
  • 1
  • 4
  • 16
  • Diksha's answer, while short is actually (IMHO) the correct answer. You can find a few approaches for this if you google 'androidplot normalization'. For example: https://groups.google.com/forum/#!topic/androidplot/kYYGnOrJv5k – Nick May 18 '16 at 00:45

1 Answers1

0

you should take the maximum value and then scale all the values accordingly for candlesticks as well as line chart.:)

Diksha
  • 439
  • 7
  • 22