I figured it out. I set increment = 1 and it works perfectly now.
Thanks.
Thuy
Search found 11 matches
- Wed Sep 24, 2008 6:57 pm
- Forum: ActiveX
- Topic: zero data and the horizontal axis
- Replies: 3
- Views: 5339
- Wed Sep 24, 2008 6:51 pm
- Forum: ActiveX
- Topic: zero data and the horizontal axis
- Replies: 3
- Views: 5339
- Mon Sep 22, 2008 9:09 pm
- Forum: ActiveX
- Topic: zero data and the horizontal axis
- Replies: 3
- Views: 5339
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
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
- Tue Jan 22, 2008 9:21 pm
- Forum: ActiveX
- Topic: vertical grid lines
- Replies: 2
- Views: 4243
- Fri Jan 18, 2008 8:30 pm
- Forum: ActiveX
- Topic: vertical grid lines
- Replies: 2
- Views: 4243
vertical grid lines
Hi all,
Does anyone know how to get rid of the vertical grid lines?
Thanks.
Thuy
Does anyone know how to get rid of the vertical grid lines?
Thanks.
Thuy
- Tue Apr 11, 2006 4:49 pm
- Forum: ActiveX
- Topic: Bubbles radius units
- Replies: 4
- Views: 6019
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...
- Wed Apr 05, 2006 4:24 pm
- Forum: ActiveX
- Topic: Bubbles radius units
- Replies: 4
- Views: 6019
- Tue Apr 04, 2006 9:37 pm
- Forum: ActiveX
- Topic: Bubbles radius units
- Replies: 4
- Views: 6019
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
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
- Thu Feb 09, 2006 10:26 pm
- Forum: ActiveX
- Topic: Decimal seperator in teechart 7.0.0.4
- Replies: 3
- Views: 5756
- Thu Feb 09, 2006 10:15 pm
- Forum: ActiveX
- Topic: Japanese font
- Replies: 1
- Views: 3672
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 ...
- Tue Jan 31, 2006 11:25 pm
- Forum: ActiveX
- Topic: Japanese font
- Replies: 1
- Views: 3672
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...