ClassRangeBarSeries
Class
Represents a chart range bar series.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
cs-api-definition
public class RangeBarSeries : RangeSeriesBase, IChartElementPresenter
Inheritance: objectRadControlBasePresenterBaseChartElementPresenterChartSeriesPointTemplateSeriesCartesianSeriesCategoricalSeriesBaseRangeSeriesBaseRangeBarSeries
Implements:
Inherited Members
Constructors
RangeBarSeries()
Initializes a new instance of the RangeBarSeries class.
Declaration
cs-api-definition
public RangeBarSeries()
Fields
CombineModeProperty
Identifies the CombineMode property.
Declaration
cs-api-definition
public static readonly DependencyProperty CombineModeProperty
Field Value
DependencyProperty
Properties
CombineMode
Gets or sets the combination mode to be used when data points are plotted.
Declaration
cs-api-definition
public ChartSeriesCombineMode CombineMode { get; set; }
Property Value
Methods
GetLabelConnector(ChartSeriesLabelPositionInfo)
Gets the points which build the label connector polyline.
Declaration
cs-api-definition
protected override List<Point> GetLabelConnector(ChartSeriesLabelPositionInfo info)
Parameters
info
Returns
List<Point>
Overrides