there is no cols.LabelsAppearance.RotationAngle
http://www.telerik.com/help/aspnet-ajax/htmlchart-server-side-api.html seems to indicate that I should be able to do it and the demo has the ability to do it.
I just used the telerik control panel to make sure I had the latest and the telerik upgrade wizards does not appear to be finding something else for me to upgrade to.
These are the values.
Version: 2012.3.1205.40
Runtime: v4.0.30319
ColumnSeries cols = new ColumnSeries();cols.Name = "Sam Adams";cols.TooltipsAppearance.Visible = false;cols.Appearance.FillStyle.BackgroundColor = System.Drawing.Color.Red;cols.LabelsAppearance.Position = Telerik.Web.UI.HtmlChart.BarColumnLabelsPosition.InsideBase;cols.Items.Add(15000);cols.Items.Add(23000);cols.Items.Add(10000);cols.Items.Add(16000);RadHtmlChart1.PlotArea.Series.Add(cols);Hello,
I saw several outdated posts on that topic, I'm not able to paste any text in a multiline radtextbox using IE11 and the latest Telerk release.
<telerik:RadTextBox ID="TxtWall" MaxLength="500" TextMode="MultiLine" Rows="2" Width="516px" Resize="Vertical" ValidationGroup="WallPostGroup" runat="server" />
Any idea about how to fix it ?
Thanks,
Herve
I have a client who asked a question about how many lines of code in several controls that are used in their application.
Knowing full well that LOC (lines of code) can be completely misleading, is there any kind of quotable metric for RadGrid and RadPanelBer?
I have suggested that the answer is "oodles of code" but they think I'm making that up <g>