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

Customize RadChartLegend

1 Answer 33 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
SriRama
Top achievements
Rank 1
SriRama asked on 13 Jul 2009, 05:25 PM
Hi,

I am using RadChart for Silverlight control and trying to customize the Legend. Is there any way can add CheckBoxes in Legend besides the color box? Any help is much appeciated.

Thanks,
Rama

1 Answer, 1 is accepted

Sort by
0
Velin
Telerik team
answered on 15 Jul 2009, 09:14 AM
Hi SriRama,

Unfortunately, RadChart does not provide this functionality. Alternatively, you can create an external list of CheckBox controls and respond to their Checked/Unchecked events to Add/Remove data series. You can customize the color of the line series using the appearance API exposed by the series definition. Here is a sample:
dataSeries.Definition.Appearance.Stroke = new SolidColorBrush(Colors.Blue); 

Hope this will help.

Regards,
Velin
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
ComboBox
Asked by
SriRama
Top achievements
Rank 1
Answers by
Velin
Telerik team
Share this question
or