I am unable to easily post files so here is cod
see the 2nd Line text of top point. not positioned well. rgds
Luke
Radar serie = new Radar();
serie.Add(0.1, "test radar 1 \n 2nd Line");
serie.Add(0.3, "test radar 2 \n 2nd Line");
serie.Add(0.9, "test radar 3 \n 2nd Line");
serie.Add(0.9, "test radar 3 \n 2nd Line");
serie.Add(0.9, "test radar 3 \n 2nd Line");
serie.Brush.Color = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(255)), ((System.Byte)(128)), ((System.Byte)(0)));
serie.Circled = true;
serie.Marks.Symbol.Shadow.Height = 1;
serie.Marks.Symbol.Shadow.Visible = true;
serie.Marks.Symbol.Shadow.Width = 1;
serie.Marks.Style = MarksStyles.Label;
serie.Marks.ArrowLength = 15;
serie.Marks.Arrow.Visible = true;
serie.Marks.MultiLine = true;
serie.Pen.Color = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(255)), ((System.Byte)(128)), ((System.Byte)(0)));
serie.Pointer.Brush.Color = System.Drawing.Color.Red;
serie.Pointer.Style = Steema.TeeChart.Styles.PointerStyles.Nothing;
serie.CircleLabels = true;
tChart.Series.Add(serie);
tChart.Aspect.View3D = false;
tChart.Panel.MarginBottom = 15;
tChart.Panel.MarginLeft = 15;
tChart.Panel.MarginRight = 15;
tChart.Panel.MarginTop = 15;
tChart.Axes.Right.Visible = true;
tChart.Axes.Right.Labels.ValueFormat = valueFormat;
tChart.Axes.Right.AutomaticMinimum = false;
tChart.Axes.Right.Minimum = 0;
tChart.Axes.Left.AutomaticMinimum = false;
tChart.Axes.Left.Minimum = 0;
tChart.Axes.DrawBehind = false;