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

the position of series in chart

1 Answer 50 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Chieh
Top achievements
Rank 1
Chieh asked on 20 Jan 2010, 10:18 AM

Hello,

I have two questions, are you available to give me some solutions?

First one is,

Is it possible to configure the position of series in chart?

Can set series at the button of chart?

And then second one is,

Any supports if user wants show pound sign for amount?

Please see attached file for more information.

Best Regards,

Chieh Chang


1 Answer, 1 is accepted

Sort by
0
Schlurk
Top achievements
Rank 2
answered on 20 Jan 2010, 06:47 PM
If you are looking for a way to display the RadChart's legend in a different place you can refer to this documentation article which discusses how to handle the chart's legend. As for the labels you can simply do something like this in the code-behind (sorry for the "$" - I don't have a UK keyboard layout):

RadChart1.Series[0].Items[0].Label.TextBlock.Text = "$" + RadChart1.Series[0].Items[0].Label.TextBlock.Text; 

Tags
Chart (Obsolete)
Asked by
Chieh
Top achievements
Rank 1
Answers by
Schlurk
Top achievements
Rank 2
Share this question
or