Dashed Line
Posted: Thu Aug 02, 2012 11:21 am
Am trying to get a thick, red, dashed line on a line graph, I have got red to work by:-
Steema.TeeChart.Styles.Line line = new Steema.TeeChart.Styles.Line(this.WebChart1.Chart);
line.Brush.Color = System.Drawing.Color.Red;
I believe from the help file to get dashed:-
line.Pen.Style = System.Drawing.Drawing2D.DashStyle.Dash
But this does not like Pen after the line, what am I missing?
How do I make the line thicker?
Steema.TeeChart.Styles.Line line = new Steema.TeeChart.Styles.Line(this.WebChart1.Chart);
line.Brush.Color = System.Drawing.Color.Red;
I believe from the help file to get dashed:-
line.Pen.Style = System.Drawing.Drawing2D.DashStyle.Dash
But this does not like Pen after the line, what am I missing?
How do I make the line thicker?