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 Ohlc
Declaration
public OhlcSeriesDrawPart(OhlcSeries series, IChartRenderer renderer)
Parameters
Ohlc The series. |
IChart The renderer. |
Methods
ConstructPath(OhlcDataPoint, RectangleF)
Constructs the path.
Declaration
protected virtual GraphicsPath ConstructPath(OhlcDataPoint point, RectangleF slot)
Parameters
Ohlc The point. |
System. The slot. |
Returns
System.
|
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. The location. |
Returns
Overrides
Telerik.WinControls.UI.DrawPart<Telerik.WinControls.UI.ChartSeries>.HitTest(System.Drawing.Point)