Search found 5 matches

by Solar
Wed Jun 04, 2008 9:56 am
Forum: VCL
Topic: Delphi 7, TCharts 8.02 and TChartGrid
Replies: 3
Views: 3393

Hi,

I just uploaded the file. It's a Delphi 7 project, just run it, and click on the button to do the graph. I have to randomly doubleclick on the ChartGrid for it to display all the values in the graph.

Please let me know if you can reproduce the problem...

Regards,
Christiaan
by Solar
Wed Jun 04, 2008 8:56 am
Forum: VCL
Topic: Delphi 7, TCharts 8.02 and TChartGrid
Replies: 3
Views: 3393

Delphi 7, TCharts 8.02 and TChartGrid

Hi, I've been struggling with the ChartGrid for some time now: As soon as I have more than one series in a Chart (connected to ChartGrid) everything is fine, but when I have only ONE series in a Chart (that is connected to the chartgrid), I only see one row of values. I've tried leaving the "Series"...
by Solar
Wed Apr 23, 2008 9:09 am
Forum: VCL
Topic: QReport 4, Delphi 7, and TCharts 8.02
Replies: 1
Views: 2160

QReport 4, Delphi 7, and TCharts 8.02

Good morning, I've been struggling for quite some time now to get a TChart into a QReport. QReports is working fine, and TCharts are working fine, but when combining the two Delphi just doesn't want to listen. I followed the steps given in the "Articles" about QReport installation, but as soon as I ...
by Solar
Wed Apr 23, 2008 8:26 am
Forum: VCL
Topic: TeeChart 8.02 and Line Graph Colors
Replies: 2
Views: 2574

Thanks!!

This seemed to fix the problem:
series.ColorEachPoint := true;

Regards,
Christiaan
by Solar
Wed Apr 02, 2008 1:08 pm
Forum: VCL
Topic: TeeChart 8.02 and Line Graph Colors
Replies: 2
Views: 2574

TeeChart 8.02 and Line Graph Colors

Hi, I'm using TeeChart8.02Delphi7, and since upgrading from the "free" version built into Delphi, the color of all my line graphs, are always red. I use the TLineSeries, and then: Add( SomeNumber , SomeString, clBlue); But it doesn't matter: With a bar graph the color changes to blue, but with a lin...