ClassOhlcSeriesDrawPart
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
cs-api-definition
public class OhlcSeriesDrawPart : ChartSeriesDrawPart, IDrawPart
Inheritance: objectDrawPart<ChartSeries>ChartSeriesDrawPartOhlcSeriesDrawPart
Derived Classes:
Implements:
Inherited Members
Constructors
OhlcSeriesDrawPart(OhlcSeries, IChartRenderer)
Initializes a new instance of the OhlcSeriesDrawPart class.
Declaration
cs-api-definition
public OhlcSeriesDrawPart(OhlcSeries series, IChartRenderer renderer)
Parameters
series
The series.
renderer
The renderer.
Methods
ConstructPath(OhlcDataPoint, RectangleF)
Constructs the path.
Declaration
cs-api-definition
protected virtual GraphicsPath ConstructPath(OhlcDataPoint point, RectangleF slot)
Parameters
point
The point.
slot
The slot.
Returns
DrawSeriesParts()
Draws the series parts.
Declaration
cs-api-definition
public override void DrawSeriesParts()
Overrides
HitTest(Point)
Gets the DataPoint that hits the location.