New to Telerik UI for WinForms? Download free 30-day trial

Stacked Bar 100% Charts

Stacked Bar 100 charts are used when you have three or more data series and want to compare distributions within categories, and at the same time display the differences between categories. Each bar represents 100% of the amounts for that category. 

To create a Vertical Stacked Bar 100% Chart set the SeriesOrientation property to Vertical. Set the RadChart DefaultType property or ChartSeries.Type to StackedBar100.

WinForms RadChart Vertical Stacked Bar 100

To create a Horizontal Stacked Bar 100% Chart set the SeriesOrientation property to Horizontal. Set the RadChart DefaultType property or ChartSeries.Type to StackedBar100.

WinForms RadChart Horizontal Stacked Bar 100

To display the label values as percentages, change the DefaultLabelValue for each chart series from "#Y" (the numeric value for each data point) to "#%" (the percentage of each data point to the category).

In this article