Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 732 Bytes

File metadata and controls

19 lines (10 loc) · 732 Bytes

Files to look at:

How to create a 2D Stacked Bar chart

The following example demonstrates how to create a 2D Stacked Bar chart.

Description

For this, it is necessary to assign the ChartControl.Diagram property to XYDiagram2D, and then add two BarStackedSeries2D with points to the diagram's Series collection.

Also, this example shows how to add a legend (showing series names) to a chart.