Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class SparkCartesianSeriesDrawPart : SparkPointSeriesDrawPart, ISparkDrawPart
Inheritance: objectSparkDrawPart<SparkSeries>SparkSeriesDrawPartSparkPointSeriesDrawPartSparkCartesianSeriesDrawPart
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the SparkCartesianSeriesDrawPart class.
C#
public SparkCartesianSeriesDrawPart(SparkCartesianSeries series, ISparkRenderer renderer)
The series.
rendererISparkRendererThe renderer.
Methods
Draws the line.
C#
protected override void DrawLine()
Overrides: