RadChart 2008 Q2.
I build a radchart programatticaly and first setup the styles:
chart.Skin = "";
chart.Legend.Marker.Appearance.Border.Visible = false;
chart.Legend.Marker.Appearance.Border.Color = Color.Black;
chart.Legend.Marker.Appearance.Figure = "Rectangle";
chart.AddChartSeries(series)
On Render, none of the legend modifications hold, ie the markers are round, the border is light blue. Is there something I need to set to get this to override the defaults?
Thanks,
Jason
I build a radchart programatticaly and first setup the styles:
chart.Skin = "";
chart.Legend.Marker.Appearance.Border.Visible = false;
chart.Legend.Marker.Appearance.Border.Color = Color.Black;
chart.Legend.Marker.Appearance.Figure = "Rectangle";
chart.AddChartSeries(series)
On Render, none of the legend modifications hold, ie the markers are round, the border is light blue. Is there something I need to set to get this to override the defaults?
Thanks,
Jason