ColorGridSeries, Color and Index...

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
cfalcot
Newbie
Newbie
Posts: 10
Joined: Tue Nov 18, 2003 5:00 am
Location: France

ColorGridSeries, Color and Index...

Post by cfalcot » Fri Mar 18, 2005 3:26 pm

Hello,

I try to change the color of a cell in a ColorGridSeries. That is possible in "visu" mode but I don't find the way with command line. Could you explaine it?

I don't understand the indexOf function in:

Code: Select all

Series1.DataSources.IndexOf({What here?});
Where Series1 is a ColorGrideSeries. Could you explaine me this too?

Where can I find a complet guide about ColorGrideSeries?

Thanks a lot,
Cyril

Post Reply