
Index
From: Kim Dong Jun Cyber Imagination
Subject: [Question] How to draw Shape?
Date: Thu, 4 Jul 2002 10:53:57 +0900
Newsgroup: public.teetreeoffice.v1
There is a Line Tool in TeeChart ActiveX 5.
But, I can't find Tool to draw Shape.
How can I draw shape?
Can I move shape?
Can I drag and drop shape?
ex) Line Tool
CTChart m_Chart;
m_Chart.GetTools().Add(tcDraw);
m_Chart.GetTools().GetItems(0).GetAsDrawLine().SetEnableDraw(true);
ex) Draw Shape
????