Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
440
Axis Smart TickStyle not working for Stacked Column Chart in na5.3
posted

I am  using AxisTickStyle.Smart for my charts so that the labels for the x axis (in this case Dates) do not bunch up and overlap. This works fine for other charts (stack line charts etc.),but doesn't work for a Stacked Column chart (also the labels will not appear vertically as set using Axis.X.Labels.SeriesLabels.Orientation).

ultraChart.Axis.X.TickmarkStyle = AxisTickStyle.Smart;
ultraChart.Axis.Y.TickmarkStyle = AxisTickStyle.Smart;

 I'm using NetAdvantage 5.3 for .NET 1.1

Thanks 

 

Parents Reply Children
No Data