After Closing ChartEditor have Zoom active
Posted: Tue Jul 06, 2004 4:37 pm
Using TeeChart 6.01 on BC++ Builder 6.
It opens Chart Editor with this procedure:
void __fastcall TBeamViewXY::ChartDblClick(TObject *Sender)
{
ChartEditor->Execute();
}
And after closing Chart Editor, the Zoom Tool is active and can´t quit it until I make the zoom, chart is zoomed and dumb user doesn´t know how to zoom back.
How can I desactivate zoom after closing my chart editor?
It opens Chart Editor with this procedure:
void __fastcall TBeamViewXY::ChartDblClick(TObject *Sender)
{
ChartEditor->Execute();
}
And after closing Chart Editor, the Zoom Tool is active and can´t quit it until I make the zoom, chart is zoomed and dumb user doesn´t know how to zoom back.
How can I desactivate zoom after closing my chart editor?