Farhana Haque
Farhana Haque

Reputation: 1381

How to disable titile in AChartEngine

I need to draw a chart but no title will be shown. I can draw the chart using AChartEngine but can not find any way to disable title. In case I pass a string like this "" for title they show line instead of title. what to do?

Upvotes: 0

Views: 632

Answers (1)

Dan D.
Dan D.

Reputation: 32391

renderer.setChartTitle(""); or simply make sure this method is not called at all.

Dan

Upvotes: 1

Related Questions