Search found 7 matches

by JNorth
Wed Sep 02, 2009 9:05 pm
Forum: VCL
Topic: Export to Excel and Dates
Replies: 3
Views: 3994

Re: Export to Excel and Dates

Is it possible to get this as a feature request then. If I have a date specified in my series, then it should be exported as a string representation of the date, just as it is displayed on the chart. I've made the changes myself, however we don't like making changes to third party code unless we rea...
by JNorth
Wed Sep 02, 2009 6:02 am
Forum: VCL
Topic: Export to Excel and Dates
Replies: 3
Views: 3994

Export to Excel and Dates

When trying to export a chart that contains the following values (X is a date column formatted as "d/mm/yyyy"). X Y 31/08/2009 7.58 1/09/2009 7.75 2/09/2009 4.16 The dates in the excel file are saved as X Y 40056 7.58 40057 7.75 40058 4.16 When trying to set a format for the values using the chart e...
by JNorth
Wed Jul 29, 2009 10:55 pm
Forum: VCL
Topic: Printout wrong when paging enabled
Replies: 5
Views: 3941

Re: Printout wrong when paging enabled

I didn't export it, I printed it. Saving the chart as a bitmap works fine. I can confirm my suspicions about the issue being with the margins of the printout. If I set all of the margins to 0, then the location of the "Page 1 of X" text is almost perfect. I say almost because it might be a pixel or ...
by JNorth
Wed Jul 29, 2009 4:08 am
Forum: VCL
Topic: TTeeBackImageMode - pbmCustom
Replies: 1
Views: 1893

Re: TTeeBackImageMode - pbmCustom

Figured it out.
by JNorth
Wed Jul 29, 2009 3:39 am
Forum: VCL
Topic: TTeeBackImageMode - pbmCustom
Replies: 1
Views: 1893

TTeeBackImageMode - pbmCustom

What is the purpose of the pbmCustom member of the TTeeBackImageMode type?
Nothing is mentioned in the help file.
by JNorth
Wed Jul 29, 2009 12:19 am
Forum: VCL
Topic: Printout wrong when paging enabled
Replies: 5
Views: 3941

Re: Printout wrong when paging enabled

Yes, however I have the Chart | Paging | Points per page option set to 20 in the chart so I dont need to add the PageNumTool explicitly to the Tools list. EDIT: I am creating a PageNumTool if the number of points exceed the 20 set in the MaxPointsPerPage property. (Picking this code up again after b...
by JNorth
Tue Jul 28, 2009 4:33 am
Forum: VCL
Topic: Printout wrong when paging enabled
Replies: 5
Views: 3941

Printout wrong when paging enabled

When paging is enabled, if I print the chart that paging arrows are printed in the correct place but the "Page x of y" text and surrounding rectangle and shadow are printing to the bottom right of the arrows. It may have something to do with margins being applied twice to work out the printed co-ord...