Line Chartseries

Hello,

i use Essential Studio 4.2.0.60 with ASP.NET 1.1.
How can i change the width of my ChartSeries Line?

Best Regards
Ralf Anacker

2 Replies

RF Rashidha F Syncfusion Team July 11, 2007 07:16 AM UTC

Hi Ralf,

Thanks for using Syncfusion Products.

If your intention is to set the width of the line means, please use the Style.Border.Width property in chartWebcontrol.

The following code which illustrates how to set width of the line series.

this.ChartWebControl1.Series[0].Style.Border.Width=3;

Please refer the attached sample.

http://www.syncfusion.com/Support/user/uploads/LineChart_4a010214.zip

Please let me know if this helps.

Regards,
Rashidha.


RA Ralf Anacker July 11, 2007 08:23 AM UTC

Hi Rashidha,

if have test this and it works perfect.

Thank you.

Regards
Ralf

>Hi Ralf,

Thanks for using Syncfusion Products.

If your intention is to set the width of the line means, please use the Style.Border.Width property in chartWebcontrol.

The following code which illustrates how to set width of the line series.

this.ChartWebControl1.Series[0].Style.Border.Width=3;

Please refer the attached sample.

http://www.syncfusion.com/Support/user/uploads/LineChart_4a010214.zip

Please let me know if this helps.

Regards,
Rashidha.

Loader.
Up arrow icon