Search found 9 matches

by corwl
Fri Aug 29, 2014 6:19 am
Forum: ActiveX
Topic: Annotation tool auto size
Replies: 1
Views: 7739

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...
by corwl
Fri May 25, 2012 8:55 am
Forum: ActiveX
Topic: change series draw order
Replies: 5
Views: 10853

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
by corwl
Wed May 23, 2012 4:33 am
Forum: ActiveX
Topic: change series draw order
Replies: 5
Views: 10853

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...
by corwl
Tue May 01, 2012 2:56 am
Forum: ActiveX
Topic: change series draw order
Replies: 5
Views: 10853

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
by corwl
Tue Dec 20, 2011 9:55 am
Forum: ActiveX
Topic: x64 activeX support
Replies: 1
Views: 5070

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.
by corwl
Tue Nov 16, 2010 12:20 am
Forum: ActiveX
Topic: Change color of axis label
Replies: 4
Views: 7716

Re: Change color of axis label

Yes it works!

I really appreciate you Yeray.
by corwl
Mon Nov 15, 2010 2:10 am
Forum: ActiveX
Topic: Change color of axis label
Replies: 4
Views: 7716

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.
by corwl
Thu Nov 11, 2010 6:29 am
Forum: ActiveX
Topic: Change color of axis label
Replies: 4
Views: 7716

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...
by corwl
Wed Nov 10, 2010 8:45 am
Forum: ActiveX
Topic: making chart on the first page
Replies: 1
Views: 4147

making chart on the first page

I would like to make just as below, which is on the first page of this website.
Image

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?