New to Telerik ReportingStart a free 30-day trial

Represents a series of data points with rectangular (Bar) shape when projected on a CartesianCoordinateSystem. For the PolarCoordinateSystem the items of the BarSeries have a wedge shape like in a Pie or Doughnut charts.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

C#
[AIAssistantDescription("Rectangular bars for Column/Bar charts (CartesianCoordinateSystem) or wedge-shaped slices for Pie/Doughnut charts (PolarCoordinateSystem). Use ArrangeMode to control stacking: Clustered (side-by-side), Stacked (cumulative), Stacked100 (percentage).")]
public class BarSeries : GraphSeries2D

Inheritance: objectMarshalByRefObjectComponentGraphSeriesBaseGraphSeriesGraphSeries2DBarSeries...

Derived Classes: RangeBarSeries

Inherited Members GraphSeries2D.XGraphSeries2D.YGraphSeries2D.ArrangeModeGraphSeries.ArrangeByAxisGraphSeries.CoordinateSystemGraphSeries.CategoryGroupGraphSeries.SeriesGroupGraphSeriesBase.ToString()GraphSeriesBase.DataPointLabelGraphSeriesBase.DataPointLabelAngleGraphSeriesBase.DataPointLabelFormatGraphSeriesBase.DataPointLabelStyleGraphSeriesBase.DataPointLabelConditionalFormattingGraphSeriesBase.ToolTipGraphSeriesBase.DataPointConditionalFormattingGraphSeriesBase.DataPointStyleGraphSeriesBase.LegendGraphSeriesBase.LegendFormatGraphSeriesBase.LegendItemGraphSeriesBase.NameGraphSeriesBase.ColorPalette...

Constructors

Creates an instance of the BarSeries class.

C#
public BarSeries()

Properties

Specifies the data point label alignment.

C#
public BarDataPointLabelAlignment DataPointLabelAlignment { get; set; }

Gets the ConditionalFormatting to be applied on the data points' label connectors.

C#
public ConditionalFormatting DataPointLabelConnectorConditionalFormatting { get; }

Gets the style for the data point label connectors.

C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style DataPointLabelConnectorStyle { get; }

Gets or sets the DataPointLabel offset, according the DataPointLabelPosition.

C#
public Unit DataPointLabelOffset { get; set; }

Gets the settings necessary to determine if and by what algorithm to merge data points.

C#
public MergedDataPoints MergedDataPoints { get; }

X0

string

Gets or sets an expression that defines the X0 coordinate for the data points when in a CartesianCoordinateSystem; For PolarCoordinateSystem gets or sets the angular coordinate;

C#
public string X0 { get; set; }
Remarks:

If omitted, the BarSeries' data points start from the corresponding axis.

Y0

string

Gets or sets an expression that defines the Y0 coordinate for the data points when in a CartesianCoordinateSystem; For PolarCoordinateSystem gets or sets the radial coordinate;

C#
public string Y0 { get; set; }
Remarks:

If omitted, the BarSeries' data points start from the corresponding axis.