Class OhlcSeriesDrawPart
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class OhlcSeriesDrawPart : ChartSeriesDrawPart, IDrawPart
Constructors
OhlcSeriesDrawPart(OhlcSeries, IChartRenderer)
Initializes a new instance of the OhlcSeriesDrawPart class.
Declaration
public OhlcSeriesDrawPart(OhlcSeries series, IChartRenderer renderer)
Parameters
OhlcSeries
series
The series. |
IChartRenderer
renderer
The renderer. |
Methods
ConstructPath(OhlcDataPoint, RectangleF)
Constructs the path.
Declaration
protected virtual GraphicsPath ConstructPath(OhlcDataPoint point, RectangleF slot)
Parameters
OhlcDataPoint
point
The point. |
System.Drawing.RectangleF
slot
The slot. |
Returns
System.Drawing.Drawing2D.GraphicsPath
|
DrawSeriesParts()
Draws the series parts.
Declaration
public override void DrawSeriesParts()
Overrides
HitTest(Point)
Gets the DataPoint that hits the location.
Declaration
public override DataPoint HitTest(Point location)
Parameters
System.Drawing.Point
location
The location. |
Returns
DataPoint
|
Overrides
Telerik.WinControls.UI.DrawPart<Telerik.WinControls.UI.ChartSeries>.HitTest(System.Drawing.Point)