I have tried about every Orientation, HorizontalAlign etc setting I can think of and the labels will not get drawn horizontally. I want the names here to be shown horizontally, preferably with first name on one line and last name on the 2nd.....what am I doing wrong?
Oh yeah, it is just a ColumnChart type not a composite.
Ok I got it working...even though I could have swore I tried this before..
Infragistics.UltraChart.Shared.Styles.TextOrientation.Custom;
One last issue, when I use that there is now this text "Row #0" shown under the X axis labels, how do I get rid of that?