Search found 3 matches

by lex_kex
Thu Jul 07, 2005 11:04 am
Forum: ActiveX
Topic: Triangles in bubble serie RUN TIME
Replies: 4
Views: 5925

By the way code works fine. Thank you!
by lex_kex
Thu Jul 07, 2005 11:03 am
Forum: ActiveX
Topic: Triangles in bubble serie RUN TIME
Replies: 4
Views: 5925

It's works fine

How can I get info about changing parameters in RUN TIME instead of DESIGN TIME. Unfortunely documentation is not enought. :(
by lex_kex
Wed Jul 06, 2005 11:22 am
Forum: ActiveX
Topic: Triangles in bubble serie RUN TIME
Replies: 4
Views: 5925

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...