Chart1.ChartAreas[0].AxisX.CustomLabels.Add(8000, 9000, "X - Red");
textAnnotation.SetAnchor(series.Points.ElementAt(0));
series.Points.ElementAt(0).AxisLabel = "Red";
Chart1.ChartAreas[0].AxisX2.CustomLabels.Add(8000, 9000, "X - Red");