Class BarSeries
Represents a series of data points with rectangular (Bar) shape when projected on a Cartesian
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
DataPointLabelConnectorConditionalFormatting
Gets the Conditional
Declaration
public ConditionalFormatting DataPointLabelConnectorConditionalFormatting { get; }
Property Value
DataPointLabelConnectorStyle
Gets the style for the data point label connectors.
Declaration
public Style DataPointLabelConnectorStyle { get; }
Property Value
DataPointLabelOffset
Gets or sets the DataPointLabel offset, according the DataPointLabelPosition.
Declaration
public Unit DataPointLabelOffset { get; set; }
Property Value
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
Cartesian
Declaration
public string X0 { get; set; }
Property Value
System.
|
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
Cartesian
Declaration
public string Y0 { get; set; }
Property Value
System.
|
Remarks
If omitted, the BarSeries' data points start from the corresponding axis.