ClassOhlcSeries
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
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
OhlcSeries()
Initializes a new instance of the OhlcSeries class.
Declaration
public OhlcSeries()
OhlcSeries(SizeF)
Initializes a new instance of the OhlcSeries class.
Declaration
public OhlcSeries(SizeF pointSize)
Parameters
pointSize
Size of the point.
OhlcSeries(string, string, string, string)
Initializes a new instance of the OhlcSeries class.
Declaration
public OhlcSeries(string openValueMember, string highValueMember, string lowValueMember, string closeValueMember)
Parameters
openValueMember
The open value member.
highValueMember
The high value member.
lowValueMember
The low value member.
closeValueMember
The close value member.
Properties
Model
Gets the model.
Declaration
public override ChartSeriesModel Model { get; }
Property Value
The model.
Overrides
Methods
CreateDefaultDataPoint()
Creates the default data point.
Declaration
protected override DataPoint CreateDefaultDataPoint()
Returns
Overrides
CreateModel()
Creates the model.
Declaration
protected override ChartDataPointCollection CreateModel()
Returns
Overrides
CreatePointElement(DataPoint)
Creates the point element.
Declaration
protected override DataPointElement CreatePointElement(DataPoint point)
Parameters
point
The point.
Returns
Overrides
GetDefaultTrackballTextForPoint(DataPoint)
Gets the default trackball text for point.
ValidatePoint(DataPoint)
Validates the point.
Declaration
protected override void ValidatePoint(DataPoint item)
Parameters
item
The item.
Overrides