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
2515
How to implement special column chart
posted

I have a column chart where each series is actually it's own mini-chart.

Using the attached image, each section circled in yellow represents a series of data for the indicated item listed at the top of each section. Also, I will not know until run-time how many of these series to include in the chart.

Is there a way within Infragistics to support such a chart?

Parents
No Data
Reply
  • 1080
    Verified Answer
    Offline posted

    Hello,

    Thank you for posting in our community.

    My suggestion is to dynamically create a sperate chart control for each of the series and conditionally adjust the charts so they appear as one.

    I have created and attached a sample for your reference. Please test it on your side and let me know if it meets your requirements.

    1732.Sample.zip

Children