Help on gradientbar Chartbar of MonkeyBread Software

Hi All,

I am using “gradientbar” example of MonkeyBread Software. I didn’t get how to draw the “X” axis data. Existing sample examples of charDirectory it is displaying the values are (0, 500, 1000, etc). However, I would like to draw the value of “X” axis like 0, 10, 20, etc OR any combination.

Could anyone please help me with this?

You want to change labels on the X axis?

The scale is usually automatic based on the data you have.
Unless you call c.xAxis.SetLinearScale function.

Thanks, Christian for your quick response.