Page 1 of 1

about TeeChart- BoxPlot Series

Posted: Wed May 21, 2008 6:13 am
by 9523580
hello, we occured problem when using BoxPlot Series, the current version is TeeChart ActiveX 7.0. the following is sample code:

m_TChart.GetAspect().SetView3D(FALSE);
m_TChart.RemoveAllSeries();
m_TChart.AddSeries(27);
//m_TChart.Series(0).FillSampleValues(16);

m_TChart.Series(0).Add(59.62, NULL, RGB(0,255,255));
m_TChart.Series(0).Add(59.76, NULL, RGB(0,255,255));
m_TChart.Series(0).Add(61.57, NULL, RGB(0,255,255));
m_TChart.Series(0).Add(65.75, NULL, RGB(0,255,255));
m_TChart.Series(0).Add(65.88, NULL, RGB(0,255,255));
m_TChart.Series(0).Add(65.9, NULL, RGB(0,255,255));
m_TChart.Series(0).Add(66.14, NULL, RGB(0,255,255));
m_TChart.Series(0).Add(66.34, NULL, RGB(0,255,255));
m_TChart.Series(0).Add(66.43, NULL, RGB(0,255,255));
m_TChart.Series(0).Add(66.5, NULL, RGB(0,255,255));
m_TChart.Series(0).Add(66.57, NULL, RGB(0,255,255));
m_TChart.Series(0).Add(67.79, NULL, RGB(0,255,255));
m_TChart.Series(0).Add(67.8, NULL, RGB(0,255,255));


1. The Chart is created in the case of data(67.8 ) is not involved
Image

2. The Chart is created in the case of data(67.8 ) is involved
Image

now, i wanna the Chart will be the form like first case even though data(67.8 ) is involved, Is the second case error? plz reply promptly, thanks:)