Class RangeBarSeries
Represents a chart range bar series.
Inheritance
System.Object
RangeBarSeries
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class RangeBarSeries : RangeSeriesBase, IChartElementPresenterWithMargin, IChartSeries, IChartElementPresenter, ISeries
Constructors
RangeBarSeries()
Fields
CombineModeProperty
Identifies the Combine
Declaration
public static readonly DependencyProperty CombineModeProperty
Field Value
System.
|
Properties
CombineMode
Gets or sets the combination mode to be used when data points are plotted.
Declaration
public ChartSeriesCombineMode CombineMode { get; set; }
Property Value
Methods
GetLabelConnector(ChartSeriesLabelPositionInfo)
Gets the points which build the label connector polyline.
Declaration
protected override List<Point> GetLabelConnector(ChartSeriesLabelPositionInfo info)
Parameters
Returns
System.
|