Class SparkCartesianSeriesDrawPart
Inheritance
System.Object
SparkCartesianSeriesDrawPart
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.UI.dll
Syntax
public class SparkCartesianSeriesDrawPart : SparkPointSeriesDrawPart, ISparkDrawPart
Constructors
SparkCartesianSeriesDrawPart(SparkCartesianSeries, ISparkRenderer)
Initializes a new instance of the SparkCartesianSeriesDrawPart class.
Declaration
public SparkCartesianSeriesDrawPart(SparkCartesianSeries series, ISparkRenderer renderer)
Parameters
SparkCartesianSeries
series
The series. |
ISparkRenderer
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
|