RA = new RectangleAnnotation(); RA.BackColor = Color.LightPink; RA.Alignment = ContentAlignment.TopLeft; chart.Annotations.Add(RA); RaPos();