Dans mon cas j'utilise AddXY pour ajouter des points à ma série. Regarde sa définition:
virtual int __fastcall AddXY(const double AXValue, const double AYValue, const System::UnicodeString ALabel = L"", Graphics::TColor AColor = (Graphics::TColor)(0x20000000));
Et voici la description tiré de l'aide:
This function inserts a new point in the Series.
The new point has X and Y values.
The ALabel parameter is optional (can be empty '').
The AColor parameter is optional (can be clTeeColor).
The function returns the new point position in the Values list.
Partager