Chart for Xamarin.iOS: Point Labels Customization
TKChart
lets you customize point labels using TKChartPointLabelStyle
's properties. However, sometimes you may need to draw specific shapes for the labels. In such cases you should sublcass TKChartPointLabel
to create your own label and implement TKChartDelegate
to use it.
Customization using TKChartPointLabelStyle properties
Here is an example how to customize point labels changing TKChartPointLabelStyle
settings.
Custom point labels
Subclassing TKChartPointLabel
lets you perform custom drawing and calculate the size of the point label. Once you create your own label you should implement TKChartDelegate
to use it.