Sometimes, the values that display at the end of the bars in the chart don't have enough room to display.
How can I fix it so they never get clipped off and partially hidden.
Thanks, Bren
For this the UltraChart provides axis labels layout behaviors. You can try set them to None:
this.UltraChart1.Axis.X.Labels.Layout.Behavior = AxisLabelLayoutBehaviors.None;
More info about this:
http://help.infragistics.com/NetAdvantage/ASPNET/2010.2/CLR4.0/?page=Chart_Axis_Label_Layout_Behaviors.html