Dr.jacky
Dr.jacky
About
- Username
- Dr.jacky
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
gpi wrote: » Try to use: Chart1.AddSeries(csLine); with Chart1.SeriesData[0] do       begin         DataType := dtDBData;         DataSet := ADOQuery1;                                   …
-
Stark wrote: » It's Solved , Don't Bother your self ..... I am sorry , I didn't search the forum before I post ... I used FastReport.Utils.Res.LoadLocale("Arabic.frl"); where put this code? in C# code? in FastReport Script Code…
-
AlexTZ wrote: » Hello, Sorry, I have no complex example right now. You can add or remove chart series by the MSChartObject.AddSeries, DeleteSeries methods. You need to reference the MS Chart dll - System.Windows.Forms.DataVisualization.dll. …