Coloring series
Posted: Wed Jan 12, 2005 1:47 pm
Hi,
I tried to customize the color of my series, but for some reason I always see the predefined default colors.
MY code looks like:
line = new Steema.TeeChart.Styles.Line();
line.LinePen.Color = Color.Red;
tChart1.Series.Add(line);
Now I expect alle series to be red, but alas .. default colors again.
Any idea what might be wrong.
Thanks,
Antoon Koster
WL|Delft Hydraulics
Netherlands
I tried to customize the color of my series, but for some reason I always see the predefined default colors.
MY code looks like:
line = new Steema.TeeChart.Styles.Line();
line.LinePen.Color = Color.Red;
tChart1.Series.Add(line);
Now I expect alle series to be red, but alas .. default colors again.
Any idea what might be wrong.
Thanks,
Antoon Koster
WL|Delft Hydraulics
Netherlands