Simon_R
Simon_R
About
- Username
- Simon_R
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
I was able to set the colors individualy like that: Chart1.SeriesData[0].XSource:= 'Val 1;Val 2;Val 3;Val 4'; Chart1.SeriesData[0].YSource:= '10;20;40;80'; Chart1.SeriesData[0].Source3:= 'clYellow;clRed;clBlue;clGreen'; found previous here: …
-
The settings unter Legend | CheckBoxes sadly did nothing.. the "Series1" appeard as Checbox and not as switch but I want it gone for good. Moving the Legend worked for me, so I can live with the "Series1" even if not needed - so ty!