How to add text in the center of donut chart in android? I tried seriesName but it didn't work.
val donutSeries: IPieRenderableSeries = sciChartBuilder.newDonutSeries().withSegments(
*vehicleSegmentList(vehicleList).toTypedArray()
donutSeries.seriesName = "Hello"
The above didn't set "Hello" in the center of donut. Thanks for reading