Creat LineSeries with ColorGridSeries Y Values?
Posted: Fri Feb 18, 2005 10:00 am
Hi,
I have a TColorGridSeries (named Series10 - affected with ChartTool5) and a TLineSeries(named Series1). I would like use the X and Z value to draw the LineSeries.
Is it possible to do somthing like this(?):
Unfortunaty this not work: all Values are null. In helpfiles I find that GetXZValue returns zero if OnGetYValue is not assigned. What OnGetYValue need to be assigned on: I don't find.
Thank's for your help...
Cyril
I have a TColorGridSeries (named Series10 - affected with ChartTool5) and a TLineSeries(named Series1). I would like use the X and Z value to draw the LineSeries.
Is it possible to do somthing like this(?):
Code: Select all
For i:= 1 to 10 do
Series1.AddXY(Series10.GetXZValue(ChartTool5.XValue, i), i);
Thank's for your help...
Cyril