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
445
Plot boolean value series - stack multiple series on same chart
posted

I have a requirement to plot multiple series which has value of either 0 or 1 in single chart.

Number of series will be determined at run time.

I want to have chart as in the attached picture. Xaxis will have time and Y axis should show the available categories.

I have to read the data of available terminals T1, T2, T3, etc.... and plot the status value for the given time period.

User should have an option to add/remove terminals at run time. How this can be achieved? Is Stacked Line series will help? Or any other better workaround

  • 138253
    Offline posted

    Hello,

     

    I am just checking if you got this worked out or you still require any assistance or clarification on the matter.

  • 138253
    Offline posted

    Hello,

     

    Thank you for your post. I have been looking into it and I can say that you can use StackedLineSeries, but the lines won’t look like on your picture. The Series you need is StepLine. We have such Series, but we don’t have StackedStepLine Series. You can log a product idea for this here:

     

    http://ideas.infragistics.com/

     

    In the meantime you can place multiple StepLineSeries one above another with different NumericYAxis with different intervals. I created a sample project for you showing you how to do so. Please let me know if this helps you or you have further questions on this matter.

     

    Looking forward for your reply.

    XamDataChartStepLine.zip