Hi,
I have a telerik grid which has lengthy axis text labels. Due to its length, a part of the text is not shown as described in the attachment. The AutoLayout of Chart is set to false. I tried to fit it within the available space by using the below code but it had no effect.
Can anybody help me to display the complete axis text? This is a immediate requirement to be resolved for the client.
Thanks,
Krishna Samaga B.
I have a telerik grid which has lengthy axis text labels. Due to its length, a part of the text is not shown as described in the attachment. The AutoLayout of Chart is set to false. I tried to fit it within the available space by using the below code but it had no effect.
chart.PlotArea.XAxis[count].TextBlock.Appearance.Position.AlignedPosition = AlignedPositions.Left;
chart.PlotArea.XAxis[count].TextBlock.Appearance.Dimensions.Margins.Left = new Unit(50);
Can anybody help me to display the complete axis text? This is a immediate requirement to be resolved for the client.
Thanks,
Krishna Samaga B.