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