Jump to content
Software FX Community

Stacked Bar Chart in Chart FX for WPF-Is there one?


scott_millers

Recommended Posts

I didn't see anything in the demos.  Is there support?  If so can someone give me a sample of how to do this type of chart?

A person in the forum mentioned a Programmers manual.  I have the ChartFX 8 Windows help and the ChartFX for WPF Word document.  Is there more documentation?

Thanks,

Scott Miller 

 

 

Link to comment
Share on other sites

Yes, we support stack. All you have to do is

chart1.AllSeries.StackedStyle = ChartFX.WPF.

StackedStyle.Normal;

Note that we also support multiple stack sets, e.g. in a 7 series chart, you could have 3 stack sets (2 ,3 and 2) by setting each series Stacked property. Setting the per-series Stacked property to false will create a new stack set.

Regards,

JuanC

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...