Class OhlcSeries
Inheritance
Inherited Members
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
Constructors
OhlcSeries()
OhlcSeries(SizeF)
Initializes a new instance of the OhlcSeries class.
Declaration
public OhlcSeries(SizeF pointSize)
Parameters
System.Drawing.SizeF
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
System.String
openValueMember
The open value member. |
System.String
highValueMember
The high value member. |
System.String
lowValueMember
The low value member. |
System.String
closeValueMember
The close value member. |
Properties
Model
Gets the model.
Declaration
public override ChartSeriesModel Model { get; }
Property Value
ChartSeriesModel
The model. |
Overrides
Methods
CreateDefaultDataPoint()
Creates the default data point.
Declaration
protected override DataPoint CreateDefaultDataPoint()
Returns
DataPoint
|
Overrides
CreateModel()
Creates the model.
Declaration
protected override ChartDataPointCollection CreateModel()
Returns
ChartDataPointCollection
|
Overrides
CreatePointElement(DataPoint)
Creates the point element.
Declaration
protected override DataPointElement CreatePointElement(DataPoint point)
Parameters
DataPoint
point
The point. |
Returns
DataPointElement
|
Overrides
GetDefaultTrackballTextForPoint(DataPoint)
Gets the default trackball text for point.
Declaration
protected override string GetDefaultTrackballTextForPoint(DataPoint point)
Parameters
DataPoint
point
The point. |
Returns
System.String
|
Overrides
ValidatePoint(DataPoint)
Validates the point.
Declaration
protected override void ValidatePoint(DataPoint item)
Parameters
DataPoint
item
The item. |