Yes. with custom labels!
Chart1.ChartAreas["Area1"].AxisX.CustomLabels.Add(custLableFrom, custLabelTo, lblText, 1, LabelMarkStyle.LineSideMark);
For more details, See custom labels under the web sample environment
http://code.msdn.microsoft.com/mschart
Kit.