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 Donut
Declaration
public DonutSeriesDrawPart(PieSeries series, IChartRenderer renderer)
Parameters
Pie The series. |
IChart The renderer. |
Methods
ConstructDonutGraphicsPath(PieDataPoint, RadRect, Single)
Constructs the donut graphics path.
Declaration
protected GraphicsPath ConstructDonutGraphicsPath(PieDataPoint point, RadRect modelLayoutSlot, float diameter)
Parameters
Pie The point. |
Rad The model layout slot. |
System. The diameter. |
Returns
System.
|
ConstructGraphicsPath(PieDataPoint, RadRect, Single)
Constructs the graphics path.
Declaration
protected override GraphicsPath ConstructGraphicsPath(PieDataPoint point, RadRect modelLayoutSlot, float diameter)
Parameters
Pie The point. |
Rad The model layout slot. |
System. The diameter. |
Returns
System.
|