Search found 4 matches

by Thangaraj
Sat May 22, 2004 8:06 am
Forum: ActiveX
Topic: Comma as decimal separator
Replies: 2
Views: 6452

Hi Jorge

I got it, Thanks .....

Regards
-Thangaraj A.L.
by Thangaraj
Fri May 21, 2004 10:48 am
Forum: ActiveX
Topic: Comma as decimal separator
Replies: 2
Views: 6452

Comma as decimal separator

Hi there, I am using TeeChart Pro AX 6.0.0.4, in VC++ 6... The problem is how do I speicfy Comma ',' as decimal separator and Dot '.' as thousand separator for a formatting Marks.... I tried ISeries.SetValueFormat() method, but it seems it does'nt understand comma as decimal separator.... Any help w...
by Thangaraj
Mon Mar 29, 2004 8:40 am
Forum: ActiveX
Topic: Exception raised while getting Mark Coordinates...
Replies: 2
Views: 6332

Thanks Pep

The sample you gave showed me where I was going wrong. The problem was - I was using Tchart.Series(i).GetYValues().GetCount(), instead of TChart.Series().GetCount()

Thanks again....

Regards
Thangaraj A.L.
by Thangaraj
Fri Mar 26, 2004 2:08 pm
Forum: ActiveX
Topic: Exception raised while getting Mark Coordinates...
Replies: 2
Views: 6332

Exception raised while getting Mark Coordinates...

Hi there, I am using Teechart Pro Ax v6, I am trying to get marks coordinates and dimensions, for this I use the following in VC++ double x = m_TChart.Series(i).GetMarks().GetPositions().GetPosition(j).GetLeftTop().GetX(); This statement works fine for single series chart. But for multi-series chart...