Articles in this section
Category / Section

How to add a series side by side?

1 min read

Series can be placed side by side or overlapped using the SideBySideSeriesPlacement property.

This is especially used when multiple HiLo type series are used in a WPF Chart. Series that get stacked and plotted in this type could be separated and placed side by side using this property.

C#

//Sets the series overlapped
chartArea.SideBySideSeriesPlacement = false;
//Sets the series side by side
chartArea.SideBySideSeriesPlacement = true;

Conclusion

I hope you enjoyed learning about how to add a series side by side.

You can refer to our WPF Chart feature tour page to know about its other groundbreaking feature representations. You can also explore our WPF Chart to understand how to present and manipulate data.

For current customers, you can check out our WPF Controls from the License and Downloads page. If you are new to Syncfusion, you can try our 30-day free trial to check out our WPF Chart and other WPF controls.

If you have any queries or require clarifications, please let us know in comments below. You can also contact us through our support forumsDirect-Trac, or feedback portal. We are always happy to assist you!

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied