Class PieLabelElementDrawPart
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 PieLabelElementDrawPart : LabelElementDrawPart, IDrawPart
Constructors
PieLabelElementDrawPart(PieSeries, IChartRenderer)
Initializes a new instance of the PieLabelElementDrawPart class.
Declaration
public PieLabelElementDrawPart(PieSeries element, IChartRenderer renderer)
Parameters
PieSeries
element
The element. |
IChartRenderer
renderer
The renderer. |
Methods
Draw()
Draws the 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
The is smart label. |
Overrides
DrawRadialLabels()
Draws the radial labels.
Declaration
protected virtual void DrawRadialLabels()
GetLineStart(LabelElement, DataPointElement, Boolean)
Gets the line start.
Declaration
protected override PointF GetLineStart(LabelElement label, DataPointElement point, bool isSmartLabel)
Parameters
LabelElement
label
The label. |
DataPointElement
point
The point. |
System.Boolean
isSmartLabel
The is smart label. |
Returns
System.Drawing.PointF
|