Search found 3 matches

by lietmeyer
Mon Apr 07, 2014 9:22 am
Forum: ActiveX
Topic: Printing and angled x-axis labels
Replies: 2
Views: 8348

Re: Printing and angled x-axis labels

I have attached a sample project demonstrating the problem. Unfortunately, I have not been able to apply the StretchDraw approach to simulate the smooth Checkbox behaviour as the respective methods are not available in MFC/Visual Studio. Also, the Printer class does not have a getCanvas() method. Do...
by lietmeyer
Wed Apr 02, 2014 12:41 pm
Forum: ActiveX
Topic: Printing and angled x-axis labels
Replies: 2
Views: 8348

Printing and angled x-axis labels

test2.zip Whenever I print one of our TeeChart Charts with m_TeeChart.GetPrinter().Print() or m_TeeChart.GetPrinter().PrintChart() all of the x-axis Labels disappear. The left boundary of the Chart is also missing, and there are some strange dots (parts of the labels?) above the Chart at the top le...
by lietmeyer
Mon Aug 26, 2013 10:05 am
Forum: ActiveX
Topic: Default color palette in TeeChart ActiveX 2013
Replies: 1
Views: 6143

Default color palette in TeeChart ActiveX 2013

I have just migrated from ActiveX version 7 to the new ActiveX 2013. In version 7, there used to be a color palette value cpDefault (=10). If this was set, the color belonging to the selected theme was displayed. By contrast, cpTeeChart (=0) set the colors to the standard TeeChart colors, overriding...