TfrxChartView Same graphics on multiple bands
eduardoricheli
brazil
I'm trying to send data to the bands put it repeats, help
if not ultil....
Dchar := Dchar + ';' + Complementares.Fields[15].Text ;
...........
TfrxChartView(frxR.FindObject('Chart1')).SeriesData[0].DataType:= dtFixedData;
TfrxChartView(frxR.FindObject('Chart1')).SeriesData[0].ySource := Vchar;
TfrxChartView(frxR.FindObject('Chart1')).SeriesData[0].xSource := Dchar;
if not ultil....
Dchar := Dchar + ';' + Complementares.Fields[15].Text ;
...........
TfrxChartView(frxR.FindObject('Chart1')).SeriesData[0].DataType:= dtFixedData;
TfrxChartView(frxR.FindObject('Chart1')).SeriesData[0].ySource := Vchar;
TfrxChartView(frxR.FindObject('Chart1')).SeriesData[0].xSource := Dchar;
Comments
"I'm trying to send data to the bands put it repeats
where are you working from delphi or internal report code
All bands are showing the same data as images
yes, delphi xe5