DonutSeriesDrawPart
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public class DonutSeriesDrawPart : PieSeriesDrawPart, IDrawPart
Inheritance: objectDrawPart<ChartSeries>ChartSeriesDrawPartPieSeriesDrawPartDonutSeriesDrawPart
Implements:
Inherited Members
Constructors
Initializes a new instance of the DonutSeriesDrawPart class.
C#
public DonutSeriesDrawPart(PieSeries series, IChartRenderer renderer)
The series.
rendererIChartRendererThe renderer.
Methods
Constructs the donut graphics path.
C#
protected GraphicsPath ConstructDonutGraphicsPath(PieDataPoint point, RadRect modelLayoutSlot, float diameter)
The point.
modelLayoutSlotRadRectThe model layout slot.
diameterfloatThe diameter.
Returns:Constructs the graphics path.
C#
protected override GraphicsPath ConstructGraphicsPath(PieDataPoint point, RadRect modelLayoutSlot, float diameter)
The point.
modelLayoutSlotRadRectThe model layout slot.
diameterfloatThe diameter.
Returns:Overrides: