New to Telerik Document ProcessingStart a free 30-day trial

Bar chart series for comparing discrete categories by length; supports clustered and stacked composition via grouping.

Definition

Namespace:Telerik.Windows.Documents.Model.Drawing.Charts

Assembly:Telerik.Windows.Documents.Core.dll

Syntax:

C#
public class BarSeries : CategorySeriesBase

Inheritance: objectSeriesBaseCategorySeriesBaseBarSeries

Inherited Members CategorySeriesBase.ValuesCategorySeriesBase.CategoriesSeriesBase.Clone()SeriesBase.TitleSeriesBase.OutlineSeriesBase.Fill...

Constructors

Initializes a bar series used to compare values across discrete categories using rectangular bars.

C#
public BarSeries()

Properties

Identifies the series as a Bar type to drive bar-specific rendering and layout.

C#
public override SeriesType SeriesType { get; }

Overrides: SeriesBase.SeriesType