Search found 23 matches

by NickH
Fri Oct 24, 2008 12:56 pm
Forum: VCL
Topic: TChart7 & BCB5 new issue
Replies: 15
Views: 21371

Hi again, I am using BCB 5 Build 12.34 with Update Pack 1 in Windows XP + SP3. In your program Tee7New.exe I can see the Tool properties. In a toy program and a real program I cannot see the Tool properties, which makes me think I am either doing something wrong or missing some setting?. I am going ...
by NickH
Fri Oct 24, 2008 10:27 am
Forum: VCL
Topic: TChart7 & BCB5 new issue
Replies: 15
Views: 21371

Thanks for your quick response. I may not have explained clearly, I want the user to be able to amend Tools properties in the runtime ChartEditor. In the Tool tab of the ChartEditor in Tee7New.exe the panel to the right of the list of Tools displays properties. I want the user to be able to amend th...
by NickH
Fri Oct 24, 2008 5:49 am
Forum: VCL
Topic: TChart7 & BCB5 new issue
Replies: 15
Views: 21371

Hi another question. I need to set a chart back to default settings but not 3D. I have tried ... void* V = Null; TChart* TempChart = new TChart(V); Chart->Assign(TempChart); delete TempChart; but after adding TLineSeries programmatically the chart is in 3D. How can I ensure the chart is 2D. Thanking...
by NickH
Fri Oct 24, 2008 4:05 am
Forum: VCL
Topic: TChart7 & BCB5 new issue
Replies: 15
Views: 21371

Thanks that solved the problem. I have been running through the TChart pro 7 capabilities. Impressive!. I have a couple of questions. First, if I use the ChartEditor in design mode, then in the Tools panel I can see settings for each tool. For example, if I choose an annotation tool I can set the te...
by NickH
Tue Oct 14, 2008 12:50 pm
Forum: VCL
Topic: TChart7 & BCB5 new issue
Replies: 15
Views: 21371

TChart7 & BCB5 new issue

Hi, I have managed to get TChart7 pro installed and operating correctly in new "Toy" programs. I have now converted an existing large program to TChart7 which seems to work OK. I now want to add a TChartEditor component to an existing TChart. The form compiles successfully but the program fails to l...
by NickH
Mon Oct 13, 2008 12:38 pm
Forum: VCL
Topic: TChart7 & BCB 5
Replies: 3
Views: 5466

Thanks for replying so quickly.

You are right, I discovered today that the program was referencing the old TeeChart.

Thanks again

Nick
by NickH
Sun Oct 12, 2008 12:05 pm
Forum: VCL
Topic: TChart7 & BCB 5
Replies: 3
Views: 5466

TChart7 & BCB 5

I have been trying to install TChart Pro 7.07 into BCB 5. If I place a TChart component on a form, add a TLineSeries using the Chart Editor, Build and run the program ... I get the error ... "Error reading Series1->Marks.Callout.Brush.Color: Property does not exist" I have re-installed BCB 5 with up...
by NickH
Fri Jun 02, 2006 3:01 pm
Forum: VCL
Topic: Scatter Chart
Replies: 3
Views: 6656

Scatter Chart

Hi Narcis,

Will this chart in the order the data is input rather than in ascending x-axis order?

Thanks NickH