Search found 7 matches

by neo
Wed Sep 22, 2010 5:34 pm
Forum: VCL
Topic: TSeriesDataXLS exporting to multiple xls worksheets
Replies: 1
Views: 3698

TSeriesDataXLS exporting to multiple xls worksheets

Hi, I'm just wondering if supports exists for exporting to multiple xls worksheets. I have multiple line series on a single chart and would like to have each x-y pair on their own worksheet. If this is possible could someone help me figure it out. Alternatively, can I export data in a 2 dimensional ...
by neo
Tue Sep 21, 2010 6:11 pm
Forum: VCL
Topic: Align left and right axes
Replies: 6
Views: 9224

Re: Align left and right axes

Hi,

I resolved the issue by creating an invisible TForm and drawing the TChart on that.

Thanks for everyones help.

Cheers
by neo
Mon Sep 20, 2010 8:22 pm
Forum: VCL
Topic: Align left and right axes
Replies: 6
Views: 9224

Re: Align left and right axes

Hi Yeray, Thanks for your suggestion. I'm sure this would work fine if my TChart's parent was a TForm. I guess the biggest problem is that my TChart does *not* have a parent that is utimately a TForm. This thread seems to discuss the problem I am having: http://www.teechart.net/support/viewtopic.php...
by neo
Fri Sep 17, 2010 6:11 pm
Forum: VCL
Topic: Align left and right axes
Replies: 6
Views: 9224

Re: Align left and right axes

Thanks Narcis. I've read through the thread and tried to get it working but I haven't had any luck. I'm not sure this thread gives me exactly what I'm looking for. My left and right axis differ in scale and units. The left axis also contains a number of lines (i.e. line series) whereas the right axi...
by neo
Fri Sep 17, 2010 1:12 pm
Forum: VCL
Topic: Don't place labels on every major tick
Replies: 3
Views: 6148

Re: Don't place labels on every major tick

Thanks so much to both of you.

I tried the Increment property and it worked great!

Cheers
by neo
Thu Sep 16, 2010 9:17 pm
Forum: VCL
Topic: Don't place labels on every major tick
Replies: 3
Views: 6148

Don't place labels on every major tick

Hi,

I am plotting an item where only integer values (i.e. 1, 2, 3, 4 etc...) make sense. How can I tell the left and right axis to ignore labelling the stuff in-between (i.e. 1.2, 1.4, 1.6, 1.8 etc...).

Thanks,
neo
by neo
Thu Sep 16, 2010 9:12 pm
Forum: VCL
Topic: Align left and right axes
Replies: 6
Views: 9224

Align left and right axes

Hi,

I'm trying to align the left and right axes. I want the grid lines to nicely overlap even though the scales are different. The chart is created at runtime and is only ever drawn onto a bitmap.

Thanks,
neo