How make one bar behind other and switch them when it need
Posted: Thu Oct 26, 2006 6:25 am
By now one value shown at the other when using two or more series. How i can make one behind the other and switch them when user wany it?
Steema Software - Customer Support Forums
http://216.92.243.79/support/
Code: Select all
m_Chart1.Series(series1).GetAsBar().SetMultiBar(0);
m_Chart1.Series(series2).GetAsBar().SetMultiBar(0);
Code: Select all
m_Chart1.Series(series1).GetAsBar().SetMultiBar(1);
m_Chart1.Series(series2).GetAsBar().SetMultiBar(1);