Chart for Xamarin.iOS: Area Series
As a derivative of TKChartLineSeries
series, TKChartAreaSeries
plots its data points in line. Once positioned on the plot area the points are connected to form a line. Further, the area enclosed between this line and the axis is filled.
Below is a sample snippet that demonstrates how to set up two Area series:
Configure stacking of area series
The TKChartAreaSeries
can be combined by using different stack modes.
The Stack plots the points on top of each other:
The Stack100 displays the value as percent:
Configure visual appearance of area series
If you want to change the series' fill and stroke, you should modify the corresponding properties of the TKChartPaletteItem
: