Hi there;
Two questions:
1. I'm currently rendering a radar chart inside a DIV, which has text-align set to center. The chart continually renders on the left side of the DIV, though. Is there a trick I'm missing?
2. Some of the x axis labels are truncated. Is there a way to prevent this?
Thanks,
Jason
<div class="ChartContainer"><telerik:RadHtmlChart ID="radarRCM" runat="server" Width="400px" > <Legend> <Appearance Visible="false"></Appearance> </Legend> <PlotArea> <Series> <telerik:RadarLineSeries DataFieldY="Score" Name="RadarLineSeries1"> <LabelsAppearance Visible="false"></LabelsAppearance> </telerik:RadarLineSeries> </Series> <XAxis DataLabelsField="Discipline" > </XAxis> </PlotArea> <Zoom Enabled="False"></Zoom></telerik:RadHtmlChart></div>