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