Class FunnelLabelElementDrawPart
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class FunnelLabelElementDrawPart : LabelElementDrawPart, IDrawPart
Constructors
FunnelLabelElementDrawPart(FunnelSeries, IChartRenderer)
Initializes a new instance of the FunnelLabelElementDrawPart class.
Declaration
public FunnelLabelElementDrawPart(FunnelSeries element, IChartRenderer renderer)
Parameters
FunnelSeries
element
The element. |
IChartRenderer
renderer
The renderer. |
Methods
Draw()
Draws the funel label element.
Declaration
public override void Draw()
Overrides
DrawConnectingLine(RadGdiGraphics, LabelElement, DataPointElement, Boolean)
Draws the connecting line.
Declaration
protected override void DrawConnectingLine(RadGdiGraphics graphics, LabelElement label, DataPointElement point, bool isSmartLabel)
Parameters
RadGdiGraphics
graphics
The graphics. |
LabelElement
label
The label. |
DataPointElement
point
The point. |
System.Boolean
isSmartLabel
Indicates whether it is a smart label. |