We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Multiple stacked series at once.

We have a long history of using ChartFX for winforms. One chart we created quite often was 2 groups series at once. For example:

10 total series.

Series1-5 stacked
Series6-10 stacked

In chartfx, we would say:
Series1.Stacked = false;
Series2.Stacked = true;
Series3.Stacked = true;
Series4.Stacked = true;
Series5.Stacked = true;

Series6.Stacked = false;
Series7.Stacked = true;
Series8.Stacked = true;
Series9.Stacked = true;
Series10.Stacked = true;

This does not seem to work in syncfusion following a similar pattern of
ChartSeriesType.Column;
ChartSeriesType.StackingColumn;
ChartSeriesType.StackingColumn;
ChartSeriesType.StackingColumn;
ChartSeriesType.StackingColumn;

ChartSeriesType.Column;
ChartSeriesType.StackingColumn;
ChartSeriesType.StackingColumn;
ChartSeriesType.StackingColumn;
ChartSeriesType.StackingColumn;

Is this possible to do in syncfusion charts?

Thanks,
Dan



2 Replies

DH Dan Hickman November 21, 2008 06:09 PM UTC

Here is an example. Notice each x axis point has 2 groups of series.

While I am at it, possible to add a grid automatically to the chart like this?



ChartFX_9ff01f53.zip


MA Manohari Syncfusion Team November 24, 2008 01:39 PM UTC

Hi Dan,

Thanks for your interest in Syncfusion products and thanks for the screenshot.

We regret to let you know that currently we do not have support for more than one group of Stack in Chart Control.
However we have created a Feature Request in this regard and have forwarded it to our Development team. Also we do not have support for Embedding Grid control in ChartWebControl. And Embedding controls are supported only in Chart Windows component. However we have created a Feature Request in this regard and have forwarded it to our Development team. We will get back to you regarding the timeline for implementing these features within a week.

Please let us know if you have any other queries. We will
be glad to assist you. Thanks for your patience.

Regards,
Manohari.R



Loader.
Live Chat Icon For mobile
Up arrow icon