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
then why do you pass a string... and enable legend?
to turn off legend, chartView.legend = false
to not display text, use @""
you are a developer, and you can do better exploring the code :)
LineChartDataSet *dataSet = [[LineChartDataSet alloc] initWithYVals:yVals label:@"Data Set 1"];
after this ,the text Data Set 1 will show below the chart, but I want to hidden it.
Thank you very much.
The text was updated successfully, but these errors were encountered: