Class BarSeriesGroup
Represents a group of series of type bar.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Model.Drawing.Charts
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public class BarSeriesGroup : SeriesGroup<BarSeries>, ISupportAxes, ISupportGrouping
Constructors
BarSeriesGroup()
Properties
AxisGroupName
Gets or sets the value indicating which group of axes the series group is associated with.
Declaration
public AxisGroupName AxisGroupName { get; set; }
Property Value
AxisGroupName
|
Implements
BarDirection
Gets or sets the direction of the bars.
Declaration
public BarDirection BarDirection { get; set; }
Property Value
BarDirection
|
Grouping
Gets or sets the value indicating how the series are grouped.
Declaration
public SeriesGrouping Grouping { get; set; }
Property Value
SeriesGrouping
|
Implements
SeriesType
Gets the type of series this group holds.
Declaration
public override SeriesType SeriesType { get; }
Property Value
SeriesType
|