Bee
Bee

Reputation: 1

How do I display values on top of Shinobi bar chart for android

How do I display values on top of a bar chart using the shinobi library in android

Upvotes: 0

Views: 295

Answers (1)

Joel
Joel

Reputation: 15031

The AnnotationsManager, specifically the addTextAnnotation method, is the solution that you are looking for. You can use this method to add any string to the chart at any X and Y position, in terms of data.

There is a How-To guide about Annotations at the ShinobiControls website. This How-To guide, along with an accompanying sample app, is also included in the download bundle.

Disclaimer: I work for ShinobiControls.

Upvotes: 2

Related Questions