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 Spark
Declaration
public SparkCartesianSeriesDrawPart(SparkCartesianSeries series, ISparkRenderer renderer)
Parameters
Spark The series. |
ISpark 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.
|