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

PolarChart Degrees Clockwise?

1 Answer 82 Views
ChartView
This is a migrated thread and some comments may be shown as answers.
Manfred
Top achievements
Rank 2
Manfred asked on 01 Jul 2013, 01:47 PM
Hi there,

to display some wind directions it would be nice if it is possible, to set the degrees in the PolarChart clockwise.
But they always appear counter clockwise.
Is it possible to that?

Best regards
Manfred

1 Answer, 1 is accepted

Sort by
0
Accepted
Petar Kirov
Telerik team
answered on 03 Jul 2013, 07:59 AM
Hi Manfred,

You can use the SweepDirection property of the NumericRadialAxis to adjust this. Additionally you find the RadPolarChart.StartAngle property useful. Here's an example:
<telerik:RadPolarChart StartAngle="180">
    <telerik:RadPolarChart.RadialAxis>
        <telerik:NumericRadialAxis SweepDirection="Clockwise"/>
    </telerik:RadPolarChart.RadialAxis>
    <!--...-->
</telerik:RadPolarChart>

I hope this helps.
 
Regards,
Petar Kirov
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
ChartView
Asked by
Manfred
Top achievements
Rank 2
Answers by
Petar Kirov
Telerik team
Share this question
or