ultraChart1.DataSource = dt;
ultraChart1.Data.DataBind();
You can try:
this.UltraChart1.Axis.X.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;