Search found 10 matches

by DVT
Thu Dec 11, 2014 8:57 pm
Forum: ActiveX
Topic: Problem of Printing Axis' Labels and Titles
Replies: 13
Views: 25640

Re: Problem of Printing Axis' Labels and Titles

Thanks. That works.

I tried printing my chart with setting the GDI+ to TRUE and FALSE. It looks nicer on the print out when setting the GDI+ to FALSE than setting it to TRUE. In what scenario is GDI+ supposed to be set to TRUE?
by DVT
Thu Dec 11, 2014 8:52 pm
Forum: ActiveX
Topic: LNK2019 error from cseriespointeritems
Replies: 11
Views: 21469

Re: LNK2019 error from cseriespointeritems

I upgraded my projects to TeeChart2014 from an earlier TeeChart version than v2013. I defined CPointer variables to store the returned values from GetPointer(); the function in the latest version returns CSeriesPointerItems which causes my project failure during compile. After I changed my code, eve...
by DVT
Tue Dec 09, 2014 7:38 pm
Forum: ActiveX
Topic: Problem of Printing Axis' Labels and Titles
Replies: 13
Views: 25640

Re: Problem of Printing Axis' Labels and Titles

The print out issue: extra lines on right and bottom.
by DVT
Tue Dec 09, 2014 7:36 pm
Forum: ActiveX
Topic: Problem of Printing Axis' Labels and Titles
Replies: 13
Views: 25640

Re: Problem of Printing Axis' Labels and Titles

Looks like the latest version (2014.0.0.2) fixed most of the problems. However, there is still one issue on print out - one line on each left and bottom. The attached sample project shows that. To build the project, the files in Tee_Files_0 and TeeFiles_1 need to put in the project's Tee_Files folde...
by DVT
Mon Dec 08, 2014 8:42 pm
Forum: ActiveX
Topic: LNK2019 error from cseriespointeritems
Replies: 11
Views: 21469

Re: LNK2019 error from cseriespointeritems

Just clear it out - in the previous post,

CTChart m_Chart;

And looks like series IPointer3DSeries.Pointer is kept the same as before but ICUstomSeries.Pointer (series line and point) are changed to type ISeriesPointerItems.
by DVT
Mon Dec 08, 2014 8:33 pm
Forum: ActiveX
Topic: LNK2019 error from cseriespointeritems
Replies: 11
Views: 21469

LNK2019 error from cseriespointeritems

It looks like this is a new classes in TeeChart2014.0.02. After I installed this new version, my project is broken. It didn't get compiled in VC2012 before I include "seriespointeritems.h" in my files. The code in question is: m_Chart.Series(i).GetAsPoint().GetPointer().SetInflateMargins(false); m_C...
by DVT
Thu Dec 04, 2014 2:40 pm
Forum: ActiveX
Topic: Problem of Printing Axis' Labels and Titles
Replies: 13
Views: 25640

Re: Problem of Printing Axis' Labels and Titles

Yes. The problems are still persist. 1. After using the new TeeChart2014 (and 2013), the title on print out are not aligned properly, no matter set GDI+ true or false. It looks the exactly the same on screen as before. 1. On the pdf print out, it is the exactly the same result as on a paper print, t...
by DVT
Wed Dec 03, 2014 6:46 pm
Forum: ActiveX
Topic: Problem of Printing Axis' Labels and Titles
Replies: 13
Views: 25640

Re: Problem of Printing Axis' Labels and Titles

Today I tried your latest version (TeeChart Pro Activex Control v2014, v2014.0.0.2 Released on 20th November 2014). It looked like the issues were still not solved. I used it in an MFC project in Visual Studio 2012 (Win 7). The attached shows the problems: 1. Axis's name (or title): it was printed a...
by DVT
Thu Feb 27, 2014 3:13 pm
Forum: ActiveX
Topic: Problem of Printing Axis' Labels and Titles
Replies: 13
Views: 25640

Re: Problem of Printing Axis' Labels and Titles

Hi there, Thanks for your help. Setting GDI+ to false is a workaround for the font and size of printed axis labels and titles, but the right and bottom lines still appear on the printed sheet (no lines on the screen). I'm currently using TeeChart2013_0_1_1ActiveX3264, though the file version of TeeC...
by DVT
Wed Feb 26, 2014 3:28 pm
Forum: ActiveX
Topic: Problem of Printing Axis' Labels and Titles
Replies: 13
Views: 25640

Problem of Printing Axis' Labels and Titles

I have one existing application which was based on V505. After I updated the version to 2013, the printed labels/titles are off the axis to somewhere at the top-left corner and the font size is way smaller; the chart's titles are not lined up either, and the font size is smaller; border lines are dr...