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