New to Telerik Document ProcessingStart a free 30-day trial

Groups multiple bar series with shared axes, direction, and stacking rules to produce clustered or stacked bar visuals.

Definition

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

Assembly:Telerik.Windows.Documents.Core.dll

Syntax:

C#
public class BarSeriesGroup : SeriesGroup<BarSeries>, ISupportAxes, ISupportGrouping

Inheritance: objectSeriesGroupSeriesGroup<BarSeries>BarSeriesGroup

Implements: ISupportAxesISupportGrouping

Inherited Members SeriesGroup<BarSeries>.SeriesSeriesGroup.Clone()

Constructors

Create a new bar series group that binds member series to common axes and grouping configuration.

C#
public BarSeriesGroup()

Properties

Gets or sets the axes group used by the contained series, selecting which X/Y axes the bars map to.

C#
public AxisGroupName AxisGroupName { get; set; }

Implements: ISupportAxes.AxisGroupName

Gets or sets the bar orientation (horizontal bars or vertical columns), which determines category/value axis mapping.

C#
public BarDirection BarDirection { get; set; }

Gets or sets how bars combine across series (standard clustering, stacked, or percent-stacked).

C#
public SeriesGrouping Grouping { get; set; }

Implements: ISupportGrouping.Grouping

Specifies that this group contains Bar series, guiding consumers to apply bar-specific behavior.

C#
public override SeriesType SeriesType { get; }

Overrides: SeriesGroup.SeriesType