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?
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
Your suggestion accomplished what I needed. Thank you.
I am glad that you find it helpful.
Thank you for using Infragistics components.