Bar Serie question
Posted: Mon Feb 04, 2008 10:41 am
Hello,
How can I change the Yvalue of a bar (with the name of the bar as parameter)?
I have done :
Series1->AddBar(1, "Name", clTeeColor);
And I search something like :
Series1->YValues("Name") = 2;
And not :
Series1->YValues->Items[0] = 2;
Regards.
How can I change the Yvalue of a bar (with the name of the bar as parameter)?
I have done :
Series1->AddBar(1, "Name", clTeeColor);
And I search something like :
Series1->YValues("Name") = 2;
And not :
Series1->YValues->Items[0] = 2;
Regards.