Class WaterfallSeriesDrawPart
WaterfallSeriesDrawPart is the ChartSeriesDrawPart that renders the points for the WaterfallSeries.
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class WaterfallSeriesDrawPart : ChartSeriesDrawPart, IDrawPart
Constructors
WaterfallSeriesDrawPart(WaterfallSeries, IChartRenderer)
Initializes a new instance of the WaterfallSeriesDrawPart class.
Declaration
public WaterfallSeriesDrawPart(WaterfallSeries series, IChartRenderer renderer)
Parameters
WaterfallSeries
series
|
IChartRenderer
renderer
|
Methods
DrawConnections(Graphics, PointF, RectangleF, WaterfallDataPoint)
Draws the connection by the given rectangle and point.
Declaration
protected virtual void DrawConnections(Graphics graphics, PointF previousPointConnection, RectangleF barBounds, WaterfallDataPoint point)
Parameters
System.Drawing.Graphics
graphics
|
System.Drawing.PointF
previousPointConnection
|
System.Drawing.RectangleF
barBounds
|
WaterfallDataPoint
point
|
DrawSeriesParts()
Draws the WaterfallSeries.
Declaration
public override void DrawSeriesParts()
Overrides
FindConnectionPointForNextPoint(RectangleF, WaterfallDataPoint)
Returns a connection point by the given rectangle and point
Declaration
protected virtual PointF FindConnectionPointForNextPoint(RectangleF barBounds, WaterfallDataPoint point)
Parameters
System.Drawing.RectangleF
barBounds
|
WaterfallDataPoint
point
|
Returns
System.Drawing.PointF
|
HitTest(Point)
Returns a DataPoint by the given location
Declaration
public override DataPoint HitTest(Point location)
Parameters
System.Drawing.Point
location
|
Returns
DataPoint
|