Hi All,
How do I get the labels on the X axis to be on the top of the chart? I tried the code below but it doesn't seem to do anything? Is this even possible?
RadChart1.PlotArea.XAxis.Appearance.LabelAppearance.Position.AlignedPosition = Telerik.Charting.Styles.AlignedPositions.Top;
Thanks in advance!