Class CartesianSeriesDrawPart
Inheritance
System.Object
CartesianSeriesDrawPart
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 CartesianSeriesDrawPart : ChartPointSeriesDrawPart, IDrawPart
Constructors
CartesianSeriesDrawPart(CartesianSeries, IChartRenderer)
Initializes a new instance of the CartesianSeriesDrawPart class.
Declaration
public CartesianSeriesDrawPart(CartesianSeries series, IChartRenderer renderer)
Parameters
|
CartesianSeries
series
The series. |
|
IChartRenderer
renderer
The renderer. |
Methods
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
|