Hello!
I need to draw two graphs on one sheet: Volume-by-Price (Bar Chart) & Candlestick chart.
Data on the volume, depending on the price taken from the last day:
I have two functions:
Price (candlestick) = f(date)
Volume = f(price) from last date
Sorry, combination of line and horizontal bar (bar chart) is not possible as of now. However you can combine vertical bar (column chart) and line chart, please take a look at this example.
Column charts are rectangular bars with lengths proportional to the values that they represent – which are vertical whereas bar charts are horizontal. Column and Bar charts have different orientations which can’t be changed.