I have an Question, about standard Legend for RadChart.
How can I change it (Color: Blue from Anzahl Gesamt: 438) that’s the Column from my DataTable. I want to have my custom legend but I can’t remove the standard Legend Item
Can you help me ?
1 Answer, 1 is accepted
0
Petar Kirov
Telerik team
answered on 14 Oct 2013, 11:25 AM
Hi Fabrice,
You can use RadChart's BeforeLayout event to clear the auto-generated legend items and add custom ones. Here's an example:
new Telerik.Charting.Styles.FillStyle(Color.Orange, Telerik.Charting.Styles.FillType.Solid), "Ellipse");
}
Regards,
Petar Kirov
Telerik
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 the blog feed now.