views:

31

answers:

1

Hi,

In Silverlight toolkit chart control, the X-Axis value is displayed by default in ascending order. How do I make display in descending order?

Thanks...

A: 

I posted it on silverlight forums. This is how we do it:

<charts:CategoryAxis Title="x-Label" Orientation="X" SortOrder="Descending"/>

Thanks...

Manoj