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:
[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:
Inherited Members
Constructors
Creates an instance of the BarSeries class.
public BarSeries()
Properties
Specifies the data point label alignment.
public BarDataPointLabelAlignment DataPointLabelAlignment { get; set; }
Gets the ConditionalFormatting to be applied on the data points' label connectors.
public ConditionalFormatting DataPointLabelConnectorConditionalFormatting { get; }
Gets the style for the data point label connectors.
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style DataPointLabelConnectorStyle { get; }
Gets or sets the DataPointLabel offset, according the DataPointLabelPosition.
public Unit DataPointLabelOffset { get; set; }
Gets the settings necessary to determine if and by what algorithm to merge data points.
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;
public string X0 { get; set; }
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;
public string Y0 { get; set; }
If omitted, the BarSeries' data points start from the corresponding axis.