Probelm with Bar Graphic
Hi, i have the following problems.
1.- I need to display in a Bar Graphic two series of Data. Series 1 comes from frxDbdataset1 and series 2 comes from frxDbdataset2.
I can display Series 1 but when i add the second series it does not work
2.- I want to display in the Legend Box two constant values.
Thank's in advance for any help.
1.- I need to display in a Bar Graphic two series of Data. Series 1 comes from frxDbdataset1 and series 2 comes from frxDbdataset2.
I can display Series 1 but when i add the second series it does not work
2.- I want to display in the Legend Box two constant values.
Thank's in advance for any help.
Comments
Verify Active property of the second Series. Chart1.Series[1].Active := true;
Ad.2.
Chart legend usually has names of all series, so you can name them both as you wish.
Regards
Mick