Class DonutSeriesDrawPart
Inheritance
System.Object
DonutSeriesDrawPart
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class DonutSeriesDrawPart : PieSeriesDrawPart, IDrawPart
Constructors
DonutSeriesDrawPart(PieSeries, IChartRenderer)
Initializes a new instance of the DonutSeriesDrawPart class.
Declaration
public DonutSeriesDrawPart(PieSeries series, IChartRenderer renderer)
Parameters
PieSeries
series
The series. |
IChartRenderer
renderer
The renderer. |
Methods
ConstructDonutGraphicsPath(PieDataPoint, RadRect, Single)
Constructs the donut graphics path.
Declaration
protected GraphicsPath ConstructDonutGraphicsPath(PieDataPoint point, RadRect modelLayoutSlot, float diameter)
Parameters
PieDataPoint
point
The point. |
RadRect
modelLayoutSlot
The model layout slot. |
System.Single
diameter
The diameter. |
Returns
System.Drawing.Drawing2D.GraphicsPath
|
ConstructGraphicsPath(PieDataPoint, RadRect, Single)
Constructs the graphics path.
Declaration
protected override GraphicsPath ConstructGraphicsPath(PieDataPoint point, RadRect modelLayoutSlot, float diameter)
Parameters
PieDataPoint
point
The point. |
RadRect
modelLayoutSlot
The model layout slot. |
System.Single
diameter
The diameter. |
Returns
System.Drawing.Drawing2D.GraphicsPath
|