This is a migrated thread and some comments may be shown as answers.

Circular points on line series

1 Answer 44 Views
ChartView
This is a migrated thread and some comments may be shown as answers.
Colin Wright
Top achievements
Rank 2
Colin Wright asked on 27 Nov 2012, 08:31 AM
Is there anyway to hide the circular points on line series so that it is a smooth line?

1 Answer, 1 is accepted

Sort by
0
Ivan Petrov
Telerik team
answered on 29 Nov 2012, 06:05 PM
Hi Colin,

Thank you for writing.

You can use the PointSize property of the LineSeries to control the size of the points. Setting it to (0,0) will stop them from rendering. Here is a code snippet:
LineSeries lineSeries = new LineSeries();
lineSeries.PointSize = SizeF.Empty;

I hope this will be useful. Should you have further questions, I would be glad to help.
 
All the best,
Ivan Petrov
the Telerik team
Q3’12 of RadControls for WinForms is available for download (see what's new). Get it today.
Tags
ChartView
Asked by
Colin Wright
Top achievements
Rank 2
Answers by
Ivan Petrov
Telerik team
Share this question
or