I have a limited space in an HTML page to locate an UltraChart, but it causes that the SeriesLabels in the chart cannot be displayed at all.
In the following picture, the SeriesLabel 2006 & 2007 are locate bottom in my chart. I have to show them over the colums (as like the black box). I can configure UltraChart to locate the SeriesLabel in that location?
Try using this code:
this.UltraChart1.Axis.X.Labels.SeriesLabels.Layout.Padding = -80;