Jump to content
Software FX Community

Z-Order on multi-gallery charts


eridgway

Recommended Posts

Working on a bar-line combination chart, and was wondering if there was a way to set the z-order of the series? Ideally, I'd like for the series 0, 2, and 4 to be on top (lines), and 1, 3, 5 underneath (bar).

chtPacing.Series[0].Gallery = Gallery.Lines; 

chtPacing.Series[1].Gallery = Gallery.Bar;

chtPacing.Series[2].Gallery = Gallery.Lines;

chtPacing.Series[3].Gallery = Gallery.Bar;

chtPacing.Series[4].Gallery = Gallery.Lines;

chtPacing.Series[5].Gallery = Gallery.Bar;

It appears to be layering them in order in the dataset (so the series 5 is on top, 0 on bottom). Is there a way to change this behavior? 
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...