Hye everbody,
Recently I updated my TeeChart OCX previous version 8.0.0.5 to the last one 8.0.1.3. And I have now a problem with some of my graphs in my program without changing any piece of code.
Here, the main part of the initialization code of my graph (I don't put all the code that are not necessary for the problem):
m_TChartValves.AddSeries( scHorizBar );
m_TChartValves.Series( 0 ).GetAsHorizBar().SetMultiBar( mbSide );
m_TChartValves.Series( 1 ).GetAsHorizBar().SetMultiBar( mbSide );
m_TChartValves.Series( 0 ).GetAsHorizBar().SetAutoBarSize( TRUE );
m_TChartValves.Series( 1 ).GetAsHorizBar().SetAutoBarSize( TRUE );
m_TChartValves.Series( 0 ).GetAsHorizBar().SetBarStyle( bsRectGradient );
m_TChartValves.Series( 1 ).GetAsHorizBar().SetBarStyle( bsRectGradient );
As you can see in the image attached, in version 8.0.0.5, the blue horizontal bar well overrides the orange bar (there are both on the same z-axis coordinate). But with the last update the orange bar overrides the blue one (as if the blue bar is drawn deeper on the z-axis).
How can I change that to retrieve my first graph version? Is there new properties or another that I can use ?
Thanks a lot four your help.
François
MultiBar.mbSide property problem with update 8.0.1.3
-
- Newbie
- Posts: 19
- Joined: Fri Apr 24, 2009 12:00 am
MultiBar.mbSide property problem with update 8.0.1.3
- Attachments
-
- Good version
- 2012-10-09 - v8.0.0.5.jpg (59.47 KiB) Viewed 6586 times
-
- Bad version
- 2012-10-09 - v8.0.1.3.jpg (59.74 KiB) Viewed 6578 times
Re: MultiBar.mbSide property problem with update 8.0.1.3
Hi François,
You are right. This was broken with v8.0.1.0, but it works fine with the actual v2012.0.0.7. So the options I see:
- Upgrade to the actual v2012.0.0.7
- Go back to v8.0.0.8.
- Try to find a workaround for the latest v8, v8.0.1.3. I can't think on anyone right now. Note the Bar series has been deeply modified in v2012.
You are right. This was broken with v8.0.1.0, but it works fine with the actual v2012.0.0.7. So the options I see:
- Upgrade to the actual v2012.0.0.7
- Go back to v8.0.0.8.
- Try to find a workaround for the latest v8, v8.0.1.3. I can't think on anyone right now. Note the Bar series has been deeply modified in v2012.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |