New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Constructors

Initializes a new instance of the FunnelLabelElementDrawPart class.

C#
public FunnelLabelElementDrawPart(FunnelSeries element, IChartRenderer renderer)
Parameters:elementFunnelSeries

The element.

rendererIChartRenderer

The renderer.

Methods

Draws the funel label element.

C#
public override void Draw()

Overrides: LabelElementDrawPart.Draw()

Draws the connecting line.

C#
protected override void DrawConnectingLine(RadGdiGraphics graphics, LabelElement label, DataPointElement point, bool isSmartLabel)
Parameters:graphicsRadGdiGraphics

The graphics.

labelLabelElement

The label.

pointDataPointElement

The point.

isSmartLabelbool

Indicates whether it is a smart label.

Overrides: LabelElementDrawPart.DrawConnectingLine(RadGdiGraphics, LabelElement, DataPointElement, bool)