|
realtimedemo mfc example |
Posted by al072 on Sep-02-2020 02:51 |
|
Dear. Peter Kwan
At first, I need to say Thank you so much for Great library. These lib is the best i tried for ever.
I am using (Chart Director v.6.0 C++) mfc example realtimedemo. Could you please help me to find out how to change the direction of trend layer, i need run the trend form left to the right, but in exaple it runs from right to the left. What should i change in code to get the right direction? Thank you. |
Re: realtimedemo mfc example |
Posted by al072 on Sep-02-2020 02:53 |
|
Thats what i'm talking about
|
Re: realtimedemo mfc example |
Posted by Peter Kwan on Sep-02-2020 14:34 |
|
Hi alo72,
You can try:
// Reverse the x-axis
c->xAxis()->setReverse();
Hope this can help.
Regards
Peter Kwan |
Re: realtimedemo mfc example |
Posted by al072 on Sep-03-2020 02:42 |
|
Peter Kwan wrote:
Hi alo72,
You can try:
// Reverse the x-axis
c->xAxis()->setReverse();
Hope this can help.
Regards
Peter Kwan
Thank you Peter, the problem solved |
|