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
Waterfall
|
IChart
|
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.
|
System.
|
System.
|
Waterfall
|
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.
|
Waterfall
|
Returns
System.
|
HitTest(Point)
Returns a DataPoint by the given location
Declaration
public override DataPoint HitTest(Point location)
Parameters
System.
|