You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to place labels on a chart, with specific title but so far i have no luck.
I use this to display the labels self.barChartView.xAxis.drawLabelsEnabled = true
and i got this
What i would like is for the label to be just under each bar.
i also would like to rename the labels with the right date.
In my example, not from 0 to 18 but from 1995 to 2016.
Any idea how to do this please ?
thanks,
Nicolas
The text was updated successfully, but these errors were encountered:
Hello,
I'm trying to place labels on a chart, with specific title but so far i have no luck.
I use this to display the labels
self.barChartView.xAxis.drawLabelsEnabled = true
and i got this
What i would like is for the label to be just under each bar.
i also would like to rename the labels with the right date.
In my example, not from 0 to 18 but from 1995 to 2016.
Any idea how to do this please ?
thanks,
Nicolas
The text was updated successfully, but these errors were encountered: