
Urgen: label donot fix in bar chart
Urgen: label donot fix in bar chart
Please see the image and give me some advice. Thanks.


Set domain
You could also control your valueaxis this way:
m_valueAxis1.setLowerBound(yourMin);
m_valueAxis1.setUpperBound(yourMax);
m_valueAxis1.setAutoRangeIncludesZero(false);
m_valueAxis1.setLowerBound(yourMin);
m_valueAxis1.setUpperBound(yourMax);
m_valueAxis1.setAutoRangeIncludesZero(false);