I have a chart:
Now in my body tag I have set the direction of the page to rtl, and when i do that the whole chart gets messed up, the text gets cut off a little and all in all it just doesent look good:
http://i.stack.imgur.com/On2XQ.jpg
for some reason it just gets all messed up. Isn't there some small piece of code which can fix this?
And while i'm asking, another problem i have is after setting the chart type (bars,lines and so on...) it does not update it and i also notice no line of code is added to the HTML. I dont know if something needs to be added, either way i cant change the chart type. Is there some kind of code which can change the chart type?
Thanks.
<telerik:RadHtmlChart ID="chrtInvestmentAmount" runat="server" Transitions="true" DataSourceID="SqlDataSource1" Height="256px" Skin="Glow" Width="1024px" RenderMode="Auto"><PlotArea><Series><telerik:ColumnSeries DataFieldY="InvestmentsAmount" Name="כמות משקיעים"/></Series><XAxis DataLabelsField="Month"><TitleAppearance Text="חודש" /></XAxis><YAxis><TitleAppearance Text="כמות משקיעים" /></YAxis></PlotArea></telerik:RadHtmlChart>Now in my body tag I have set the direction of the page to rtl, and when i do that the whole chart gets messed up, the text gets cut off a little and all in all it just doesent look good:
http://i.stack.imgur.com/On2XQ.jpg
for some reason it just gets all messed up. Isn't there some small piece of code which can fix this?
And while i'm asking, another problem i have is after setting the chart type (bars,lines and so on...) it does not update it and i also notice no line of code is added to the HTML. I dont know if something needs to be added, either way i cant change the chart type. Is there some kind of code which can change the chart type?
Thanks.