Can't zoom in and out with Color Grid
Posted: Tue Oct 17, 2006 10:01 pm
Dear support,
I am using ActiveX 7.08 and the teechart component was put in a dialog box within a MFC project. I can easily zoom in with twoD plots but with the same control I can't zoom in when a ColorGrid series is loaded in. BTW . Even when I added
m_Chart.GetZoom().SetEnable(1);
m_Chart.GetZoom().GetPen().SetColor(RGB(0,0,255));
I still can not zoom in the color grid with mouse. The dimension of the grid is only 89X36. Could you please help me figure out what is going wrong?
Thanks,
HH
I am using ActiveX 7.08 and the teechart component was put in a dialog box within a MFC project. I can easily zoom in with twoD plots but with the same control I can't zoom in when a ColorGrid series is loaded in. BTW . Even when I added
m_Chart.GetZoom().SetEnable(1);
m_Chart.GetZoom().GetPen().SetColor(RGB(0,0,255));
I still can not zoom in the color grid with mouse. The dimension of the grid is only 89X36. Could you please help me figure out what is going wrong?
Thanks,
HH