Search found 5 matches

by Gottkehaskamp
Thu Jul 31, 2014 6:59 am
Forum: ActiveX
Topic: Number Format
Replies: 4
Views: 13446

Re: Number Format

Yes, it works!

Thank you very much!

Raimund
by Gottkehaskamp
Mon Jul 28, 2014 5:18 pm
Forum: ActiveX
Topic: Number Format
Replies: 4
Views: 13446

Re: Number Format

Yes I know the topic you refered and i tried to do exacly the same but in C++ for ActiveX. The problem is, that I get an error message, that the heap is damaged when I change the LabelText with my Cod above.

Maby I do something wrong in my Code, but I do not know what?
by Gottkehaskamp
Sun Jul 27, 2014 11:56 am
Forum: ActiveX
Topic: Number Format
Replies: 4
Views: 13446

Number Format

Hello, I need to force teeChart to use the english number format 123.456 ("." is the decimal point) instead of the german 123,456 where "," ist the decimal point. This should be done regardles of the enviroment settings of the computer. I use the "OnGetAxisLabelTchart1(...)" event to do this: void C...
by Gottkehaskamp
Sun Jul 27, 2014 8:12 am
Forum: ActiveX
Topic: Missing TextAlignment with footer
Replies: 3
Views: 11595

Re: Missing TextAlignment with footer

Hello Pep, if there are more than one line, the text within the footer is centered. My code is m_ctrlTeeChart1.GetFooter().GetFont().SetName("Arial");//neu 2013 m_ctrlTeeChart1.GetFooter().GetFont().SetItalic(false); m_ctrlTeeChart1.GetFooter().GetFont().SetColor(RGB(0,0,0)); m_ctrlTeeChart1.GetFoot...
by Gottkehaskamp
Tue Jul 22, 2014 5:22 pm
Forum: ActiveX
Topic: Missing TextAlignment with footer
Replies: 3
Views: 11595

Missing TextAlignment with footer

Hello, I'm trying to align some lines of footer text left. If I use: m_ctrlTeeChart1.GetFooter().SetAlignment(taLeftJustify); only the footer itself is on the left side of the chart, but the text in the footer is still centered. Therefor I miss a function like SetTextAlignment(...) as it is used for...