TeeChart Problems
Posted: Wed Dec 28, 2005 10:45 pm
Just downloaded Pro VCL 7.06.
I have existing code written in D7.
Three problems:
1) In my existing code I wrote to the chart canvas
at a specific spot with a font using:
Chart1.FontCanvas(Chart1.Title.Font);
SetBkMode( Chart1.Canvas.Handle, TRANSPARENT );
Chart1.Canvas.TextOut( CalcPixelForThisPercent(
Chart1.ChartBounds.Left,Chart1.ChartBounds.Right,HorizontalPercent ),
CalcPixelForThisPercent(
Chart1.ChartBounds.Top, ChartBounds.Bottom, VerticalPercent ),
Text );
I can't find FontCanvas in TeeChartPro.
2) How do I know I'm using the new TChartPro rather than
my old Tchart included in D7?
3) I use the popular package GIFImage.
It appears to conflict:
Cannot load package 'TeeImage77.'
Is there an easy workaround?
TIA
I have existing code written in D7.
Three problems:
1) In my existing code I wrote to the chart canvas
at a specific spot with a font using:
Chart1.FontCanvas(Chart1.Title.Font);
SetBkMode( Chart1.Canvas.Handle, TRANSPARENT );
Chart1.Canvas.TextOut( CalcPixelForThisPercent(
Chart1.ChartBounds.Left,Chart1.ChartBounds.Right,HorizontalPercent ),
CalcPixelForThisPercent(
Chart1.ChartBounds.Top, ChartBounds.Bottom, VerticalPercent ),
Text );
I can't find FontCanvas in TeeChartPro.
2) How do I know I'm using the new TChartPro rather than
my old Tchart included in D7?
3) I use the popular package GIFImage.
It appears to conflict:
Cannot load package 'TeeImage77.'
Is there an easy workaround?
TIA