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 Cartesian
Declaration
public CartesianSeriesDrawPart(CartesianSeries series, IChartRenderer renderer)
Parameters
Cartesian The series. |
IChart 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
Rad The point slot. |
System. Size of the point. |
Returns
System.
|