Setting Line Width
Posted: Wed Sep 14, 2011 8:24 am
Sorry I know this is a bit basic but its driving me nuts.
Im creating a chart with a line graph on it (see code snippet below). The default line width is 1 but I want to set it to 2.
How do I do this please?
The TeeChart version we have is 3.5.3371.26406
Thanks.
=======================================
histogramChart.Series.Clear();
Line line1 = new Line();
line1.Color = Color.Coral;
line1.Add(x, theValues);
histogramChart.Header.Text = "histogram";
histogramChart.Series.Add(line1);
Im creating a chart with a line graph on it (see code snippet below). The default line width is 1 but I want to set it to 2.
How do I do this please?
The TeeChart version we have is 3.5.3371.26406
Thanks.
=======================================
histogramChart.Series.Clear();
Line line1 = new Line();
line1.Color = Color.Coral;
line1.Add(x, theValues);
histogramChart.Header.Text = "histogram";
histogramChart.Series.Add(line1);