SciChart® the market leader in Fast WPF Charts, WPF 3D Charts, iOS Chart, Android Chart and JavaScript Chart Components
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
.
There is not such class method in the iOS SDK called SciChartSurface.Padding
Thanks for your help
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
Thank you! Setting
dataPointWidth = 1
was everything I had to do!
Regards
Please login first to submit.