ClassCandlestickSeriesDrawPart
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
cs-api-definition
public class CandlestickSeriesDrawPart : OhlcSeriesDrawPart, IDrawPart
Inheritance: objectDrawPart<ChartSeries>ChartSeriesDrawPartOhlcSeriesDrawPartCandlestickSeriesDrawPart
Implements:
Inherited Members
Constructors
CandlestickSeriesDrawPart(CandlestickSeries, IChartRenderer)
Initializes a new instance of the CandlestickSeriesDrawPart class.
Declaration
cs-api-definition
public CandlestickSeriesDrawPart(CandlestickSeries series, IChartRenderer renderer)
Parameters
series
The series.
renderer
The renderer.
Methods
ConstructPath(OhlcDataPoint, RectangleF)
Constructs the path.
Declaration
cs-api-definition
protected override GraphicsPath ConstructPath(OhlcDataPoint point, RectangleF slot)
Parameters
point
The point.
slot
The slot.
Returns
Overrides
DrawSeriesParts()
Draws the series parts.
Declaration
cs-api-definition
public override void DrawSeriesParts()
Overrides
GetCrossPointPath(OhlcDataPoint, RectangleF)
Gets the cross point path.
Declaration
cs-api-definition
protected virtual GraphicsPath GetCrossPointPath(OhlcDataPoint point, RectangleF slot)
Parameters
point
The point.
slot
The slot.
Returns
GetFallingPointPath(OhlcDataPoint, RectangleF)
Gets the falling point path.
Declaration
cs-api-definition
protected virtual GraphicsPath GetFallingPointPath(OhlcDataPoint point, RectangleF slot)
Parameters
point
The point.
slot
The slot.
Returns
GetRaisingPointPath(OhlcDataPoint, RectangleF)
Gets the raising point path.
Declaration
cs-api-definition
protected virtual GraphicsPath GetRaisingPointPath(OhlcDataPoint point, RectangleF slot)
Parameters
point
The point.
slot
The slot.
Returns