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 PolarChartSeriesDrawPart class.
Declaration
public PolarChartSeriesDrawPart(PolarSeries series, IChartRenderer renderer)
Parameters
PolarSeries
series
The series. |
IChartRenderer
renderer
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
RadRect
pointSlot
The point slot. |
System.Drawing.SizeF
pointSize
Size of the point. |
Returns
System.Drawing.PointF
|