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:
public class BarSeriesGroup : SeriesGroup<BarSeries>, ISupportAxes, ISupportGrouping
Inheritance: objectSeriesGroupSeriesGroup<BarSeries>BarSeriesGroup
Implements:
Inherited Members
Constructors
Create a new bar series group that binds member series to common axes and grouping configuration.
public BarSeriesGroup()
Properties
Gets or sets the axes group used by the contained series, selecting which X/Y axes the bars map to.
public AxisGroupName AxisGroupName { get; set; }
Implements:
Gets or sets the bar orientation (horizontal bars or vertical columns), which determines category/value axis mapping.
public BarDirection BarDirection { get; set; }
Gets or sets how bars combine across series (standard clustering, stacked, or percent-stacked).
public SeriesGrouping Grouping { get; set; }
Implements:
Specifies that this group contains Bar series, guiding consumers to apply bar-specific behavior.
public override SeriesType SeriesType { get; }
Overrides: