hi,
Guys i have a requirement to make a chart name volume by price please see the attachment image.
can we make this kind of charts .
Thanks in advance.
- vinay khandelwal asked 10 years ago
- You must login to post comments
Hi Vinay,
We have an old FAQ and code sample on this topic here: https://www.scichart.com/questions/question/horizontal-histogram-with-ohlc-chart/
This may be out of date, so to help you with the current API, this is how it should work
- Create a chart with your OHLC or candlestick data
- Create a control to display the histogram data. Rotate this chart by setting XAxis on the right / YAxis on the top or bottom. Hide the X and Y Axes and use AutoRange
- Place the control created in (2) inside a templated BoxAnnotation on the chart created in (1). You can position the four corners of the BoxAnnotation exactly
If you get it working, please do share a code sample as it can benefit other users!
Best regards,
Andrew
- Andrew Burnett-Thompson answered 10 years ago
- You must login to post comments
Please login first to submit.