Search found 3 matches

by Misti
Tue Sep 21, 2004 6:45 pm
Forum: VCL
Topic: Print Preview TChart and TMemo
Replies: 0
Views: 4796

Print Preview TChart and TMemo

I would like to have a print preview for the following: - the top half of the page has a TChart - the bottom half has a TMemo I can place both objects on a TPanel(Panel1), but ChartPreview( Self, Panel1) will not work because Panel1 is not a TCustomTeePanel. If I try to use a TCustomTeePanel and pla...
by Misti
Tue Sep 21, 2004 4:47 pm
Forum: VCL
Topic: Marks or Images
Replies: 2
Views: 5421

Marks or Images

Hi Josep,

That works!

Thank you very much.

Misti :D
by Misti
Wed Sep 15, 2004 10:10 pm
Forum: VCL
Topic: Marks or Images
Replies: 2
Views: 5421

Marks or Images

I have a chart with the X-axis as longitude and the Y-axis as latitude. On this chart are several point series that depict lightning points. To this chart, I would like to add about 20 sensor points at specific lat-lon positions. They need to be labelled from '1' to '20'. At the same time, I want th...