ClassBarSeriesGroup
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
BarSeriesGroup()
Create a new bar series group that binds member series to common axes and grouping configuration.
Declaration
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
public AxisGroupName AxisGroupName { get; set; }
Property Value
Implements
BarDirection
Gets or sets the bar orientation (horizontal bars or vertical columns), which determines category/value axis mapping.
Declaration
public BarDirection BarDirection { get; set; }
Property Value
Grouping
Gets or sets how bars combine across series (standard clustering, stacked, or percent-stacked).
Declaration
public SeriesGrouping Grouping { get; set; }
Property Value
Implements
SeriesType
Specifies that this group contains Bar series, guiding consumers to apply bar-specific behavior.
Declaration
public override SeriesType SeriesType { get; }
Property Value
Overrides