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