ClassFunnelLabelElementDrawPart
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
cs-api-definition
public class FunnelLabelElementDrawPart : LabelElementDrawPart, IDrawPart
Inheritance: objectDrawPart<ChartSeries>LabelElementDrawPartFunnelLabelElementDrawPart
Implements:
Inherited Members
Constructors
FunnelLabelElementDrawPart(FunnelSeries, IChartRenderer)
Initializes a new instance of the FunnelLabelElementDrawPart class.
Declaration
cs-api-definition
public FunnelLabelElementDrawPart(FunnelSeries element, IChartRenderer renderer)
Parameters
element
The element.
renderer
The renderer.
Methods
Draw()
Draws the funel label element.
Declaration
cs-api-definition
public override void Draw()
Overrides
DrawConnectingLine(RadGdiGraphics, LabelElement, DataPointElement, bool)
Draws the connecting line.
Declaration
cs-api-definition
protected override void DrawConnectingLine(RadGdiGraphics graphics, LabelElement label, DataPointElement point, bool isSmartLabel)
Parameters
graphics
The graphics.
label
The label.
point
The point.
isSmartLabel
Indicates whether it is a smart label.
Overrides