Class
DonutSeriesDrawPart

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.ChartView.dll

Syntax:

cs-api-definition
public class DonutSeriesDrawPart : PieSeriesDrawPart, IDrawPart

Inheritance: objectDrawPart<ChartSeries>ChartSeriesDrawPartPieSeriesDrawPartDonutSeriesDrawPart

Implements: IDrawPart

Inherited Members PieSeriesDrawPart.DrawSeriesParts()PieSeriesDrawPart.UpdatePointPaths(PieDataPoint, GraphicsPath)PieSeriesDrawPart.GetLinePointWithOffset(RectangleF, float, float)PieSeriesDrawPart.GetPieSectionRect(PieDataPoint, RadRect, float)PieSeriesDrawPart.PointPathsChartSeriesDrawPart.Draw()ChartSeriesDrawPart.IsElementValid()DrawPart<ChartSeries>.HitTest(Point)DrawPart<ChartSeries>.GetLabelPosition(RadSize, RadRect)DrawPart<ChartSeries>.OffsetXDrawPart<ChartSeries>.OffsetYDrawPart<ChartSeries>.ViewportOffsetXDrawPart<ChartSeries>.ViewportOffsetYDrawPart<ChartSeries>.ElementDrawPart<ChartSeries>.Renderer

Constructors

DonutSeriesDrawPart(PieSeries, IChartRenderer)

Initializes a new instance of the DonutSeriesDrawPart class.

Declaration

cs-api-definition
public DonutSeriesDrawPart(PieSeries series, IChartRenderer renderer)

Parameters

series

PieSeries

The series.

renderer

IChartRenderer

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

PieDataPoint

The point.

modelLayoutSlot

RadRect

The model layout slot.

diameter

float

The diameter.

Returns

GraphicsPath

ConstructGraphicsPath(PieDataPoint, RadRect, float)

Constructs the graphics path.

Declaration

cs-api-definition
protected override GraphicsPath ConstructGraphicsPath(PieDataPoint point, RadRect modelLayoutSlot, float diameter)

Parameters

point

PieDataPoint

The point.

modelLayoutSlot

RadRect

The model layout slot.

diameter

float

The diameter.

Returns

GraphicsPath

Overrides PieSeriesDrawPart.ConstructGraphicsPath(PieDataPoint, RadRect, float)