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