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

How to show dotted lines in Lineseries?

1 Answer 310 Views
Chart for XAML
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Madhan
Top achievements
Rank 1
Madhan asked on 08 Jul 2013, 07:37 AM
Hi team,

I am using RadCartesianChart XAML control to build graphs and I had a scenario like showing multiple line series with some are plain lines and some are dotted lines.

How can I achieve this functionality? I need functionality like attached image.

Thanks in advance.

Madhan,

1 Answer, 1 is accepted

Sort by
0
Ivaylo Gergov
Telerik team
answered on 09 Jul 2013, 03:40 PM
Hello Madhan,

Thank you for your interest.

You can achieve the desired result through the LineSeries.StrokeDashArray property.
For example:

<telerikChart:LineSeries  StrokeDashArray="4,1"/>


I hope this helps. Let me know if I can assist you in some other way. 

 

Regards,
Ivaylo Gergov
Telerik

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
Chart for XAML
Asked by
Madhan
Top achievements
Rank 1
Answers by
Ivaylo Gergov
Telerik team
Share this question
or