Class PolarChartSeriesDrawPart
Inheritance
System.Object
PolarChartSeriesDrawPart
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 PolarChartSeriesDrawPart : ChartPointSeriesDrawPart, IDrawPart
Constructors
PolarChartSeriesDrawPart(PolarSeries, IChartRenderer)
Initializes a new instance of the Polar
Declaration
public PolarChartSeriesDrawPart(PolarSeries series, IChartRenderer renderer)
Parameters
Polar The series. |
IChart The renderer. |
Methods
DrawArea()
Draws the area.
Declaration
protected override void DrawArea()
Overrides
DrawAreaImage()
Draws the area image.
Declaration
protected virtual void DrawAreaImage()
DrawLine()
Draws the line.
Declaration
protected override void DrawLine()
Overrides
GetPointLocation(RadRect, SizeF)
Gets the point location.
Declaration
protected override PointF GetPointLocation(RadRect pointSlot, SizeF pointSize)
Parameters
Rad The point slot. |
System. Size of the point. |
Returns
System.
|