Dear All,
I cannot find way how to make my line width larger. Could you please anyone advise (I am using the .NET version)
Thank
LG
line series width
Dear Edu,
Thanks. I am now accessing the series through its index and I cannot convert back so that I cannot access the LinePen property at all. I am looping based ont Chart1.Series[intIndex].
Please advise.
Regards,
LG
Thanks. I am now accessing the series through its index and I cannot convert back
Code: Select all
Steema.TeeChart.Styles.Line
Please advise.
Regards,
LG
In this case all you must do is type cast Series class to Line class (if it can be done). Something like this:
Code: Select all
if (tChart1.Series[index] is Steema.TeeChart.Styles.Line)
(tChart1.Series[index] as Steema.TeeChart.Styles.Line).LinePen.Width = 2;
Marjan Slatinek,
http://www.steema.com
http://www.steema.com