Chart for Xamarin.iOS: Range Column Series
TKChartRangeColumnSeries
are used to visualize data points as column blocks where the height of each column denotes the difference between data point's low and high value.
Configure clustering of range column series
If you want to cluster multiple range column series side by side, they should use a shared x-axis:
Configure visual appearance
If you want to customize the appearance of a range column series, you should change its Style
properties.
You can change the fill and stroke in the following manner:
You can change the gap between the columns with the following code snippet:
If you need to limit the width of the columns you can set the series MaxColumnWidth
and MinColumnWidth
properties. These properties allow you to have required minimum and possible maximum width for your series.