Hi,
I have a problem about adjust legend text. Text are so long and leave the legend area.
I agree photo to save problems.
Thanks,
Víctor.
![]()
I have a problem about adjust legend text. Text are so long and leave the legend area.
I agree photo to save problems.
radChart2.Legend.Appearance.Position.AlignedPosition = Telerik.Charting.Styles.AlignedPositions.Right;
radChart2.Legend.Appearance.Location = Telerik.Charting.Styles.LabelLocation.OutsidePlotArea;
radChart2.Legend.Appearance.Border.Color = Color.Green;
radChart2.Legend.Appearance.Border.Width = 2;
radChart2.Legend.Appearance.FillStyle.MainColor = Color.Yellow;
radChart2.Legend.Appearance.Dimensions.AutoSize = false;
radChart2.Legend.Appearance.Dimensions.Width = 200;
radChart2.Legend.Appearance.Dimensions.Height = 300;
radChart2.Legend.Appearance.ItemTextAppearance.Position.Auto = true;
radChart2.Legend.Appearance.ItemAppearance.
radChart2.Legend.Visible = true;
Thanks,
Víctor.