Class PieSeriesDrawPart
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class PieSeriesDrawPart : ChartSeriesDrawPart, IDrawPart
Constructors
PieSeriesDrawPart(PieSeries, IChartRenderer)
Initializes a new instance of the Pie
Declaration
public PieSeriesDrawPart(PieSeries series, IChartRenderer renderer)
Parameters
Pie The series. |
IChart The renderer. |
Properties
PointPaths
Gets the point paths.
Declaration
public Dictionary<PieDataPoint, GraphicsPath> PointPaths { get; }
Property Value
System. The point paths. |
Methods
ConstructGraphicsPath(PieDataPoint, RadRect, Single)
Constructs the graphics path.
Declaration
protected virtual GraphicsPath ConstructGraphicsPath(PieDataPoint point, RadRect modelLayoutSlot, float diameter)
Parameters
Pie The point. |
Rad The model layout slot. |
System. The diameter. |
Returns
System.
|
DrawSeriesParts()
Draws the series parts.
Declaration
public override void DrawSeriesParts()
Overrides
GetLinePointWithOffset(RectangleF, Single, Single)
Gets the line point with offset.
Declaration
protected PointF GetLinePointWithOffset(RectangleF rect, float angle, float diameter)
Parameters
System. The rect. |
System. The angle. |
System. The diameter. |
Returns
System.
|
GetPieSectionRect(PieDataPoint, RadRect, Single)
Gets the pie section rect.
Declaration
protected RectangleF GetPieSectionRect(PieDataPoint point, RadRect modelLayoutSlot, float diameter)
Parameters
Pie The point. |
Rad The model layout slot. |
System. The diameter. |
Returns
System.
|
UpdatePointPaths(PieDataPoint, GraphicsPath)
Updates the point paths.
Declaration
protected void UpdatePointPaths(PieDataPoint point, GraphicsPath path)
Parameters
Pie The point. |
System. The path. |