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

RadChart series apperance

1 Answer 30 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Anandhi
Top achievements
Rank 1
Anandhi asked on 17 Apr 2013, 11:21 AM
How to get following chart series in telerik radchart

1 Answer, 1 is accepted

Sort by
0
Missing User
answered on 22 Apr 2013, 11:29 AM
Hello Anandhi,

You'll have to set the Type of a series to be Line when adding that series to RadChart, e.g.:
<telerik:RadChart ID="radChart" runat="server">
    <Series>
        <telerik:ChartSeries Type="Line" />
    </Series>
</telerik:RadChart>

Also, to make a series' line appear dashed, you'll have to set the series' Appearance-LineSeriesAppearance-PenStyle property to Dash:
<telerik:ChartSeries Type="Line" Appearance-LineSeriesAppearance-PenStyle="Dash" />

Greetings,
Ivan N.
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Chart (Obsolete)
Asked by
Anandhi
Top achievements
Rank 1
Answers by
Missing User
Share this question
or