ClassPieLabelElementDrawPart
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
cs-api-definition
public class PieLabelElementDrawPart : LabelElementDrawPart, IDrawPart
Inheritance: objectDrawPart<ChartSeries>LabelElementDrawPartPieLabelElementDrawPart
Implements:
Inherited Members
Constructors
PieLabelElementDrawPart(PieSeries, IChartRenderer)
Initializes a new instance of the PieLabelElementDrawPart class.
Declaration
cs-api-definition
public PieLabelElementDrawPart(PieSeries element, IChartRenderer renderer)
Parameters
element
The element.
renderer
The renderer.
Methods
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
The is smart label.
Overrides
DrawRadialLabels()
Draws the radial labels.
Declaration
cs-api-definition
protected virtual void DrawRadialLabels()
GetLineStart(LabelElement, DataPointElement, bool)
Gets the line start.
Declaration
cs-api-definition
protected override PointF GetLineStart(LabelElement label, DataPointElement point, bool isSmartLabel)
Parameters
label
The label.
point
The point.
isSmartLabel
The is smart label.
Returns
Overrides