Class
BarSeries

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:

cs-api-definition
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

BarSeries()

Creates an instance of the BarSeries class.

Declaration

cs-api-definition
public BarSeries()

Properties

DataPointLabelAlignment

Specifies the data point label alignment.

Declaration

cs-api-definition
public BarDataPointLabelAlignment DataPointLabelAlignment { get; set; }

Property Value

BarDataPointLabelAlignment

DataPointLabelConnectorConditionalFormatting

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

Declaration

cs-api-definition
public ConditionalFormatting DataPointLabelConnectorConditionalFormatting { get; }

Property Value

ConditionalFormatting

DataPointLabelConnectorStyle

Gets the style for the data point label connectors.

Declaration

cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style DataPointLabelConnectorStyle { get; }

Property Value

Style

DataPointLabelOffset

Gets or sets the DataPointLabel offset, according the DataPointLabelPosition.

Declaration

cs-api-definition
public Unit DataPointLabelOffset { get; set; }

Property Value

Unit

MergedDataPoints

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

Declaration

cs-api-definition
public MergedDataPoints MergedDataPoints { get; }

Property Value

MergedDataPoints

X0

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;

Declaration

cs-api-definition
public string X0 { get; set; }

Property Value

string

Remarks

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

Y0

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;

Declaration

cs-api-definition
public string Y0 { get; set; }

Property Value

string

Remarks

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