Search found 11 matches

by SpongeBob
Wed Sep 24, 2008 6:57 pm
Forum: ActiveX
Topic: zero data and the horizontal axis
Replies: 3
Views: 5283

I figured it out. I set increment = 1 and it works perfectly now.
Thanks.

Thuy
by SpongeBob
Wed Sep 24, 2008 6:51 pm
Forum: ActiveX
Topic: zero data and the horizontal axis
Replies: 3
Views: 5283

Thank you. It worked, but now I have 5 zeros on top of each other on the left axis. I'd like to have only one zero at the bottom. Is there a way to do this.

Thanks again.

Thuy
by SpongeBob
Mon Sep 22, 2008 9:09 pm
Forum: ActiveX
Topic: zero data and the horizontal axis
Replies: 3
Views: 5283

zero data and the horizontal axis

Hi,

When I have zero for my data, I get a chart with a horizontal axis drawn in the middle. Is there a way to move the horizontal axis and the number zero to the bottom instead of the middle of the chart? I'd like to have the origin (with number zero) at the bottom left corner.

Thanks.

Thuy
by SpongeBob
Tue Jan 22, 2008 9:21 pm
Forum: ActiveX
Topic: vertical grid lines
Replies: 2
Views: 4195

Thank you.
It works nicely.

Thuy
by SpongeBob
Fri Jan 18, 2008 8:30 pm
Forum: ActiveX
Topic: vertical grid lines
Replies: 2
Views: 4195

vertical grid lines

Hi all,

Does anyone know how to get rid of the vertical grid lines?
Thanks.

Thuy
by SpongeBob
Tue Apr 11, 2006 4:49 pm
Forum: ActiveX
Topic: Bubbles radius units
Replies: 4
Views: 5961

Thanks for the reply. I guess my question was not clear. I was able to set the radius to the same size for all bubbles in a series using TChart1.GetSeries(0).GetAsBubble().AddBubble(xValue,yValue,100,someLabel,RGB(0,0,255)); What went wrong was when the yValue was too large (600,000,000), the bubble...
by SpongeBob
Wed Apr 05, 2006 4:24 pm
Forum: ActiveX
Topic: Bubbles radius units
Replies: 4
Views: 5961

Please, anyone? I really need your help.
by SpongeBob
Tue Apr 04, 2006 9:37 pm
Forum: ActiveX
Topic: Bubbles radius units
Replies: 4
Views: 5961

Bubbles radius units

Hi,

I need your help.
Does anyone know what the unit is for the bubbles series radius?
It seems sensitive to the X and Y values.
Is there a way to make the radius the same regardless of X and Y values?
Thanks.

-T
by SpongeBob
Thu Feb 09, 2006 10:26 pm
Forum: ActiveX
Topic: Decimal seperator in teechart 7.0.0.4
Replies: 3
Views: 5642

Hi,
I have version 4, so it maybe different, but there is
CSeries::SetValueFormat(LPCTSTR lpszNewValue) that I think you could use.
You need to do this for all series.
by SpongeBob
Thu Feb 09, 2006 10:15 pm
Forum: ActiveX
Topic: Japanese font
Replies: 1
Views: 3619

To whom who may have the same problem. I have found the root of the problem. It is not TeeChart related problem. When the system tries to find some font that's usable for Japanese and not find one, it links to some different font that is not good for Japanese. I went into the registry and add a new ...
by SpongeBob
Tue Jan 31, 2006 11:25 pm
Forum: ActiveX
Topic: Japanese font
Replies: 1
Views: 3619

Japanese font

Hi, I am new to this forum. I am desperate for your help. I have TeeChart Pro V4 ActiveX. I've been using it to export JPG image for my charts. In the OnAfterDraw() event handler, I specify some font for the text to be printed out in the canvas: m_TChart.GetCanvas().GetFont().SetName("Arial"); and t...