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

Dashed or dotted lines in Reporting Line Chart

1 Answer 269 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Michal Kuritka
Top achievements
Rank 1
Michal Kuritka asked on 16 Mar 2009, 10:42 AM
Good day, my task is to create report, that contains customers's competition. This competition  will be genarated and after that it will be printed for customer (Black and white print).  Competition will contain reporting Chart. So, is there any way, how to distinguish lines in the chart? My idea is to distinguish lines by type (dashed, dotted, filled) or make some shapes in the intersections of chart.

Thank you for your response.

1 Answer, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 17 Mar 2009, 08:00 AM
Hello kure256,

Here is the code you can use, or of course set this directly from the properties of the chart report item in design time:

chart1.Series[0].Appearance.LineSeriesAppearance.PenStyle = System.Drawing.Drawing2D.DashStyle.Dash;

Sincerely yours,
Steve
the Telerik team


Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
General Discussions
Asked by
Michal Kuritka
Top achievements
Rank 1
Answers by
Steve
Telerik team
Share this question
or