# Floating Bar Charts

## Content



Each series in a Stacking Bar chart can be either hidden (where the series is charted as a blank set) or excluded (where the series is not considered part of the chart data). Use the [Display](/componentone/api/win/online-chart2d/dotnet-framework-api/C1.Win.C1Chart.4.8/C1.Win.C1Chart.ChartDataSeries.Display.html) property of the ChartDataSeries object to determine if each series in the chart is shown, hidden, or excluded.

In the following examples, the second series is shown, hidden, and then excluded.

![](https://cdn.mescius.io/document-site-files/images/70bd33a2-280e-4cc3-a1c0-7b827eceb8aa/imagesext/image9_37.png)<br />

The **Display** property can be accessed at design time in the **SeriesList Collection Editor**. This editor can be accessed by opening up the **ChartGroupsCollection Editor**, expanding the ChartData node, then clicking the **ellipsis** next to the [SeriesList](/componentone/api/win/online-chart2d/dotnet-framework-api/C1.Win.C1Chart.4.8/C1.Win.C1Chart.ChartData.SeriesList.html) property.

## See Also

[Inverted Bar Charts](/componentone/docs/win/online-chart2d/specific2dcharts/barcharts/invertedbarcharts)