Legend color Horizontol Area
Posted: Mon Apr 12, 2010 8:48 am
Hi Support,
I have an issue with the legend color of a Horizontal Area series. My sample code to test the issue:
I would expect the color of the legend icon for the Horizontal Area to be green, but it gets another color.
Kind regards,
Marijke.
I have an issue with the legend color of a Horizontal Area series. My sample code to test the issue:
Code: Select all
Steema.TeeChart.Styles.HorizArea area = new Steema.TeeChart.Styles.HorizArea();
m_tchart.Series.Add(area);
m_tchart.Series.Add(new Steema.TeeChart.Styles.Line());
area.Color = System.Drawing.Color.Green;
Kind regards,
Marijke.