Search found 2 matches

by ijourneaux
Mon Mar 07, 2005 5:29 pm
Forum: VCL
Topic: TChartShape and TLineSeries foreground/background
Replies: 3
Views: 5026

When I try

ViewChart1->ExchangeSeries(ViewChart1[0],ViewChart1[1]);

I get an error


"Can not convert TChart to int"
by ijourneaux
Mon Mar 07, 2005 4:00 pm
Forum: VCL
Topic: TChartShape and TLineSeries foreground/background
Replies: 3
Views: 5026

TChartShape and TLineSeries foreground/background

I have a TChart with a TChartShape and A TLineSeries that correctly display on the screen.

Unfortunately with I copy the TChart to the clipboard and print it out within Word, the TChartShape hides the TLineSeries. Is there a way to make sure the TChartShape is in the background?