Hello
is there a way to set the padding (aka reduce the gap) between bars in a SCIFastColumnRenderableSeries?
I attach a screenshot of my current situation: I would like to have zero margin between columns.
I tried searching in the knowledge base but all the answers I found seem to refer to APIs not available in the iOS SDK
- SciChartSurface without paddings (https://www.scichart.com/questions/wpf/how-to-draw-a-pixel-x-millemeter)
- Reduce Chart Padding (https://www.scichart.com/questions/wpf/reduce-chart-padding)
.
There is not such class method in the iOS SDK called SciChartSurface.Padding
Thanks for your help
- Neybox Digital asked 6 years ago
- You must login to post comments
Hi there,
The DataPointWidth property on SCIFastColumnRenderableSeries does what you are asking for. This specifies the gap as a fraction between 0.0 and 1.0.
Try changing that, does it help?
Best regards
Andrew
- Andrew Burnett-Thompson answered 6 years ago
- You must login to post comments
Thank you! Setting
dataPointWidth = 1
was everything I had to do!
Regards
- Neybox Digital answered 6 years ago
- You must login to post comments
Please login first to submit.