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