Search found 3 matches
- Thu Jul 07, 2005 11:04 am
- Forum: ActiveX
- Topic: Triangles in bubble serie RUN TIME
- Replies: 4
- Views: 5966
- Thu Jul 07, 2005 11:03 am
- Forum: ActiveX
- Topic: Triangles in bubble serie RUN TIME
- Replies: 4
- Views: 5966
It's works fine
How can I get info about changing parameters in RUN TIME instead of DESIGN TIME. Unfortunely documentation is not enought.
- Wed Jul 06, 2005 11:22 am
- Forum: ActiveX
- Topic: Triangles in bubble serie RUN TIME
- Replies: 4
- Views: 5966
Triangles in bubble serie RUN TIME
I want to display triangles on my bubble serie (there is no problems to set it in design time). but I want to do in in run time. here is my code smple m_teechart.RemoveAllSeries(); m_teechart.AddSeries(9); m_teechart.GetAxis().GetBottom().SetMinMax(0, 50); m_teechart.GetAxis().GetRight().SetMinMax(0...