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
40
column series on CategoryDateTimeXAxis
posted

Hi,

When I plot 2 columnseries on a CategoryDateTimeXAxis, for each date the columns are on top of each other. When I plot 2 columnseries on a CategoryXAxis, they appear neatly next to each other.

Is this by design, or am I doing something wrong

Heinrich

Parents
  • 26458
    Offline posted

    This is indeed by design. The date time axis is mainly used for continuous data, such as line, spline, area series. With a column series, if you display two columns with the same datetime value side by side on a time axis, you are implying that one happened before the other, which wouldn't be true. Column-type series are best used with regular category axes.

Reply Children