Class CandlestickSeriesDrawPart
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class CandlestickSeriesDrawPart : OhlcSeriesDrawPart, IDrawPart
Constructors
CandlestickSeriesDrawPart(CandlestickSeries, IChartRenderer)
Initializes a new instance of the CandlestickSeriesDrawPart class.
Declaration
public CandlestickSeriesDrawPart(CandlestickSeries series, IChartRenderer renderer)
Parameters
CandlestickSeries
series
The series. |
IChartRenderer
renderer
The renderer. |
Methods
ConstructPath(OhlcDataPoint, RectangleF)
Constructs the path.
Declaration
protected override GraphicsPath ConstructPath(OhlcDataPoint point, RectangleF slot)
Parameters
OhlcDataPoint
point
The point. |
System.Drawing.RectangleF
slot
The slot. |
Returns
System.Drawing.Drawing2D.GraphicsPath
|
Overrides
DrawSeriesParts()
Draws the series parts.
Declaration
public override void DrawSeriesParts()
Overrides
GetCrossPointPath(OhlcDataPoint, RectangleF)
Gets the cross point path.
Declaration
protected virtual GraphicsPath GetCrossPointPath(OhlcDataPoint point, RectangleF slot)
Parameters
OhlcDataPoint
point
The point. |
System.Drawing.RectangleF
slot
The slot. |
Returns
System.Drawing.Drawing2D.GraphicsPath
|
GetFallingPointPath(OhlcDataPoint, RectangleF)
Gets the falling point path.
Declaration
protected virtual GraphicsPath GetFallingPointPath(OhlcDataPoint point, RectangleF slot)
Parameters
OhlcDataPoint
point
The point. |
System.Drawing.RectangleF
slot
The slot. |
Returns
System.Drawing.Drawing2D.GraphicsPath
|
GetRaisingPointPath(OhlcDataPoint, RectangleF)
Gets the raising point path.
Declaration
protected virtual GraphicsPath GetRaisingPointPath(OhlcDataPoint point, RectangleF slot)
Parameters
OhlcDataPoint
point
The point. |
System.Drawing.RectangleF
slot
The slot. |
Returns
System.Drawing.Drawing2D.GraphicsPath
|