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
465
Alternating Position of X Axis Series Labels
posted

I know that I can change the orientation of the x axis series lables, but is there any way to alternate the vertical position of the labels when they are too wide to fit without overlapping?  Below is an example of what I am trying to achieve:

Parents
  • 28496
    Offline posted

    set

    xAxis.Labels.SeriesLabels.Layout.Behavior = UseCollection

    then access xAxis.Labels.SeriesLabels.BehaviorCollection, and add a Stagger behavior to that collection.  set EnableRollback = false and UseOnlyToPreventCollisions = false to force it to always stagger the labels.

Reply Children