MultiBar.mbSide property problem with update 8.0.1.3
Posted: Tue Oct 09, 2012 12:41 pm
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
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