Bar Series: First bar not showing up
Posted: Tue Jul 11, 2006 8:21 pm
Hi,
The first bar in my bar series is not showing when I've more than about 2000 data points in my graph. The following properties are set:
m_tChart.Series(0).GetAsBar().SetAutoBarSize(TRUE);
m_tChart.Series(0).GetAsBar().GetBarPen().SetVisible(FALSE);
m_tChart.Series(0).GetAsBar().SetBarWidth(0);
m_tChart.Series(0).GetAsBar().SetBarWidthPercent(100);
Is it a known bug? When I zoom-in, sometimes it shows up at some zoom levels.
Regards,
Pratyush.
The first bar in my bar series is not showing when I've more than about 2000 data points in my graph. The following properties are set:
m_tChart.Series(0).GetAsBar().SetAutoBarSize(TRUE);
m_tChart.Series(0).GetAsBar().GetBarPen().SetVisible(FALSE);
m_tChart.Series(0).GetAsBar().SetBarWidth(0);
m_tChart.Series(0).GetAsBar().SetBarWidthPercent(100);
Is it a known bug? When I zoom-in, sometimes it shows up at some zoom levels.
Regards,
Pratyush.