RC
Rajesh C
Syncfusion Team
April 28, 2007 02:52 PM UTC
Hi Sivaprasad,
Thank you for using Syncfusion products.
You can set the thickness of the line in Line Chart by using Style.Border.Width property of series. Please refer to the following snippet.
[ C#]
this.chartControl1.Series[0].Style.Border.Width = 5;
Please let me know if you have any queries.
Regards,
Rajesh
SC
Sivaprasad C
May 3, 2007 11:26 AM UTC
Thanks Rajesh,
It worked excellently :)
>Hi Sivaprasad,
Thank you for using Syncfusion products.
You can set the thickness of the line in Line Chart by using Style.Border.Width property of series. Please refer to the following snippet.
[ C#]
this.chartControl1.Series[0].Style.Border.Width = 5;
Please let me know if you have any queries.
Regards,
Rajesh
RC
Rajesh C
Syncfusion Team
May 4, 2007 04:28 AM UTC
Hi Sivaprasad,
Thanks for the update.
Glad to hear that the problem has been resolved.
Regards,
Rajesh C