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.
Inherited Members
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public class BarSeries : GraphSeries2D, INamedObject, IGraphSeries2D, IGraphSeries, IRangeSeries
Constructors
BarSeries()
Properties
DataPointLabelAlignment
Specifies the data point label alignment.
Declaration
public BarDataPointLabelAlignment DataPointLabelAlignment { get; set; }
Property Value
BarDataPointLabelAlignment
|
DataPointLabelConnectorConditionalFormatting
Gets the ConditionalFormatting to be applied on the data points' label connectors.
Declaration
public ConditionalFormatting DataPointLabelConnectorConditionalFormatting { get; }
Property Value
ConditionalFormatting
|
DataPointLabelConnectorStyle
Gets the style for the data point label connectors.
Declaration
public Style DataPointLabelConnectorStyle { get; }
Property Value
Style
|
DataPointLabelOffset
Gets or sets the DataPointLabel offset, according the DataPointLabelPosition.
Declaration
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
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
public string X0 { get; set; }
Property Value
System.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
System.String
|
Remarks
If omitted, the BarSeries' data points start from the corresponding axis.