Class
BarSeriesGroup

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:

cs-api-definition
public class BarSeriesGroup : SeriesGroup<BarSeries>, ISupportAxes, ISupportGrouping

Inheritance: objectSeriesGroupSeriesGroup<BarSeries>BarSeriesGroup

Implements: ISupportAxesISupportGrouping

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

Constructors

BarSeriesGroup()

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

Declaration

cs-api-definition
public BarSeriesGroup()

Properties

AxisGroupName

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

Declaration

cs-api-definition
public AxisGroupName AxisGroupName { get; set; }

Property Value

AxisGroupName

Implements ISupportAxes.AxisGroupName

BarDirection

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

Declaration

cs-api-definition
public BarDirection BarDirection { get; set; }

Property Value

BarDirection

Grouping

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

Declaration

cs-api-definition
public SeriesGrouping Grouping { get; set; }

Property Value

SeriesGrouping

Implements ISupportGrouping.Grouping

SeriesType

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

Declaration

cs-api-definition
public override SeriesType SeriesType { get; }

Property Value

SeriesType

Overrides SeriesGroup.SeriesType