Charts: Hide legend

Created on 3 Dec 2016  ·  2Comments  ·  Source: danielgindi/Charts

How is it possible to hide the legend or change its text colour?

Most helpful comment

In swift 3, you hide the legend as such: chart.legend.enabled = false

All 2 comments

Found it myself, closing the issue.

In swift 3, you hide the legend as such: chart.legend.enabled = false

Was this page helpful?
0 / 5 - 0 ratings