Class BarSeries
Bar chart series for comparing discrete categories by length; supports clustered and stacked composition via grouping.
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 BarSeries : CategorySeriesBase
Constructors
BarSeries()
Initializes a bar series used to compare values across discrete categories using rectangular bars.
Declaration
public BarSeries()
Properties
SeriesType
Identifies the series as a Bar type to drive bar-specific rendering and layout.
Declaration
public override SeriesType SeriesType { get; }
Property Value
|
SeriesType
|