Search found 9 matches
- Fri Aug 29, 2014 6:19 am
- Forum: ActiveX
- Topic: Annotation tool auto size
- Replies: 1
- Views: 8579
Annotation tool auto size
I have long string without line break(\n) which should be displayed in tchart with annotation tool but, Annotation tool does not add line break automatically, when it meet the right end of annotation position. Can you help How can I make automatically display the string , or, How can I know the stri...
- Fri May 25, 2012 8:55 am
- Forum: ActiveX
- Topic: change series draw order
- Replies: 5
- Views: 11772
Re: change series draw order
Hi Yeray
I am really appreciate your help.
In my chart, many series are overlapped and I want one arbitrary series to be drawn on the top.
Can drawing order be controlled in arbitrary way?
Best regards
iblee
I am really appreciate your help.
In my chart, many series are overlapped and I want one arbitrary series to be drawn on the top.
Can drawing order be controlled in arbitrary way?
Best regards
iblee
- Wed May 23, 2012 4:33 am
- Forum: ActiveX
- Topic: change series draw order
- Replies: 5
- Views: 11772
Re: change series draw order
Thank you for your reply. Your answer changed the order of drawing but, changed the series index too. In my application series index is associated with other variables so that it must maintain it's index. Is there any solution that can change the order of drawing while maintaining series index? rega...
- Tue May 01, 2012 2:56 am
- Forum: ActiveX
- Topic: change series draw order
- Replies: 5
- Views: 11772
change series draw order
Hello all,
I have chart with several series.
some part of series is hidden by other series above them,
so I would like to change the drawing order of series at run-time.
How can i do it without changing series index?
best regards,
iblee
I have chart with several series.
some part of series is hidden by other series above them,
so I would like to change the drawing order of series at run-time.
How can i do it without changing series index?
best regards,
iblee
- Tue Dec 20, 2011 9:55 am
- Forum: ActiveX
- Topic: x64 activeX support
- Replies: 1
- Views: 5399
x64 activeX support
Could you tell us when the 64bit activeX will be released?
We are making program under VS2010 win7 64bit environment and
have to decide which chart component should be used.
I am expecting that the 64bit component will be supported soon,
because tchart is most familliar tool for me.
best regards.
We are making program under VS2010 win7 64bit environment and
have to decide which chart component should be used.
I am expecting that the 64bit component will be supported soon,
because tchart is most familliar tool for me.
best regards.
- Tue Nov 16, 2010 12:20 am
- Forum: ActiveX
- Topic: Change color of axis label
- Replies: 4
- Views: 8221
Re: Change color of axis label
Yes it works!
I really appreciate you Yeray.
I really appreciate you Yeray.
- Mon Nov 15, 2010 2:10 am
- Forum: ActiveX
- Topic: Change color of axis label
- Replies: 4
- Views: 8221
Re: Change color of axis label
Thank you for your reply.
Please check the attached project.
project was produced with VC2003 and TChart version is V8.0 1.
Please check the attached project.
project was produced with VC2003 and TChart version is V8.0 1.
- Thu Nov 11, 2010 6:29 am
- Forum: ActiveX
- Topic: Change color of axis label
- Replies: 4
- Views: 8221
Change color of axis label
I would like to change the color of labels on axis. I tested two codes below, but both of these did not works. 1) chart.GetAxis().GetLeft().GetLabels().GetFont().SetColor(RGB(255, 0, 0)); chart.GetAxis().GetLeft().GetLabels().Add(1, "test"); 2) unsigned long idx = chart.GetAxis().GetLeft().GetLabels...
- Wed Nov 10, 2010 8:45 am
- Forum: ActiveX
- Topic: making chart on the first page
- Replies: 1
- Views: 4347
making chart on the first page
I would like to make just as below, which is on the first page of this website.
For Left axis, it does not look like 12 custom vertical axis, but looks like using one left axis and adds strings.
How can I make axis like this?
For Left axis, it does not look like 12 custom vertical axis, but looks like using one left axis and adds strings.
How can I make axis like this?