The RadChart sets its ChartLegend.Header to the helpful string "Legend". My users don't require that text, and in the interest of space, I've tried to remove but am unable to completely do so. Setting ChartLegend.Header to null still renders the text "Legend".
Setting it to the empty string doesn't help, as it still renders the empty string:
Actual result
+------------
|
| o Item1 o Item2 o Item3
+------------
Desired result
+------------
| o Item1 o Item2 o Item3
+------------
How do I achieve this effect?
Setting it to the empty string doesn't help, as it still renders the empty string:
Actual result
+------------
|
| o Item1 o Item2 o Item3
+------------
Desired result
+------------
| o Item1 o Item2 o Item3
+------------
How do I achieve this effect?