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
630
How to hide columns in an Waterfall chart?
posted

Hello again,

1. In my sample i had to add some dummy columns (lightgray with black stroke) to the chart. is there a way to hide (no rendering) specific columns in an waterfall chart  or set the column wide to 0 for these columns.

2. Only each second xaxis label appears.

3. It is possible to multiline axis labels when xAxis.LabelOrientationAngle = 0

Thanks Johann

Parents
  • 26458
    Suggested Answer
    Offline posted

    Hi Johann,

    Are you trying to render blank space instead of the gray columns? It looks from your image that you're using a highlight layer for some of the columns, like the gray one. You can simply apply a clear brush/stroke to the columns you don't want to show. This will, however, reserve a space where the column used to be. There's no way to get around it, as removing that space will break the waterfall continuity. The next column always has to start at the value of the previous column.

    If you want to show all labels on the x axis, set xAxis.Interval = 1. By default, the interval is automatically calculated and certain labels get omitted to prevent cluttering.

    The chart does not support multiline axis labels at the moment

Reply Children