BCB6 and TeeChart Pro 7
Posted: Tue May 01, 2007 5:56 pm
I am using BCB 6 and just acquired TeeChart Pro 7. I am new to both. I am trying to follow the tutorial as given in "Tutorial 1 - Getting started" of "Welcome to TeeChart Pro tutorials":
In "Coding data input with TChart", it says: " ... Select a Command button from the Component palette and place it on your Form. Double-click on the button to access the code editor. I do not know which Component
Palette in considered. Then, it continues:
"In the code Editor type these lines:
With Series1 do
begin
Add (3, 'Pears', clRed);
Add (4, 'Apples', clBlue);
Add (2, 'Oranges', clGreen);
end;"
I am using BCB6 and these lines are in Pascal code.
Thanks.
Jamel
In "Coding data input with TChart", it says: " ... Select a Command button from the Component palette and place it on your Form. Double-click on the button to access the code editor. I do not know which Component
Palette in considered. Then, it continues:
"In the code Editor type these lines:
With Series1 do
begin
Add (3, 'Pears', clRed);
Add (4, 'Apples', clBlue);
Add (2, 'Oranges', clGreen);
end;"
I am using BCB6 and these lines are in Pascal code.
Thanks.
Jamel