Setting number axis as scrollable in wxfreechart

Talk here about issues with one of the components hosted at wxCode, or suggest features for it.
Post Reply
Jackzz
In need of some credit
In need of some credit
Posts: 5
Joined: Mon Jul 18, 2016 5:50 am

Setting number axis as scrollable in wxfreechart

Post by Jackzz »

I am using wxfreechart to generate a chart from my input dataset. The bottom axis is a DateAxis and the left axis is a NumberAxis. I was able to set scroll bar for my bottom axis. I need to set scroll bar for left axis too.. Adding it using setscrolledaxis() creates the scroll bar, but the chart becomes very unclear with no labels and all. Can anybody help me :(

Also the scrolling doesn't happen unless scroll bar is dragged using mouse.Clicking on the scroll arrows moves the scroll bar very slowly, but the chart window does not move accordingly. Any solution?

Please help!!
Post Reply