We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

How to hide the lines, connecting the points on the graph

Hi,
How can I eliminate lines, connecting the points on the graph (only the line).

Thanks in advance,
Valery Y.

1 Reply

VK Vijayabharathi K Syncfusion Team November 8, 2012 07:14 AM UTC

Hi Valery,

 

Thanks for using Syncfusion products.

 

If your intention is to hide the series line in chart, we suggest you to set “Transparent” color to series by using “Interior” property of series style.Please refer the below code snippet to achieve this,

 

[C#]

this.chartControl1.Series[0].Style.Interior = new Syncfusion.Drawing.BrushInfo(Color.Transparent);

 

Please let us know if you any concerns.

 

Regards

Vijayabharathi


Loader.
Live Chat Icon For mobile
Up arrow icon