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 Funnel
Declaration
public FunnelLabelElementDrawPart(FunnelSeries element, IChartRenderer renderer)
Parameters
Funnel The element. |
IChart 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
Rad The graphics. |
Label The label. |
Data The point. |
System. Indicates whether it is a smart label. |