OhlcSeries
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public class OhlcSeries : OpenHighLowCloseSeriesBase, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IChartSeries, IChartElementPresenter, IAxisProvider
Inheritance: objectDisposableObjectRadObjectUIChartElementChartSeriesCartesianSeriesHlcSeriesOpenHighLowCloseSeriesBaseOhlcSeries...
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the OhlcSeries class.
C#
public OhlcSeries()
Initializes a new instance of the OhlcSeries class.
Initializes a new instance of the OhlcSeries class.
C#
public OhlcSeries(string openValueMember, string highValueMember, string lowValueMember, string closeValueMember)
The open value member.
highValueMemberstringThe high value member.
lowValueMemberstringThe low value member.
closeValueMemberstringThe close value member.
Properties
Gets the model.
C#
public override ChartSeriesModel Model { get; }
The model.
Overrides:
Methods
Creates the default data point.
Creates the model.
C#
protected override ChartDataPointCollection CreateModel()
Overrides:
Creates the point element.
C#
protected override DataPointElement CreatePointElement(DataPoint point)
The point.
Returns:Overrides:
Validates the point.
C#
protected override void ValidatePoint(DataPoint item)
The item.
Overrides: