Class BarSeriesGroup
Groups multiple bar series with shared axes, direction, and stacking rules to produce clustered or stacked bar visuals.
Inherited Members
Namespace: Telerik.Windows.Documents.Model.Drawing.Charts
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public class BarSeriesGroup : SeriesGroup<BarSeries>, ISupportAxes, ISupportGrouping
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
|
AxisGroupName
|
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
|
BarDirection
|
Grouping
Gets or sets how bars combine across series (standard clustering, stacked, or percent-stacked).
Declaration
public SeriesGrouping Grouping { get; set; }
Property Value
|
SeriesGrouping
|
Implements
SeriesType
Specifies that this group contains Bar series, guiding consumers to apply bar-specific behavior.
Declaration
public override SeriesType SeriesType { get; }
Property Value
|
SeriesType
|