Hi
what I’m trying to achieve is displaying Candlesticks in a real time stock chart with added space between price bars. This empty space is very important as it’ll allow me to show further information regarding volumes per price level.
You can have a better understanding of what I’m trying to achieve by having a look at the following image.
I’m already at the point where I’m rendering both the candlesticks and labels correctly (via textannotations). It’s just that the whole graph is crowded and impossible to understand as annotations and price bars overlaps each other.
Thank you for your support,
Michele
- You must login to post comments
Hi Michele,
The FastCandlestickRenderableSeries has a property called DataPointWidth. This allows you to specify (as a fraction) the amount of space that the candlestick occupies.
For instance, 0.5 = 50% of the available space is used for drawing candlesticks.
Try changing DataPointWidth and let me know if it helps.
If not, then the only available solution may be to perform some custom rendering.
Best regards,
Andrew
- Andrew Burnett-Thompson answered 9 years ago
- You must login to post comments
Please login first to submit.