Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class SparkLineSeriesDrawPart : SparkCartesianSeriesDrawPart, ISparkDrawPart
Inheritance: objectSparkDrawPart<SparkSeries>SparkSeriesDrawPartSparkPointSeriesDrawPartSparkCartesianSeriesDrawPartSparkLineSeriesDrawPart...
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the SparkLineSeriesDrawPart class.
C#
public SparkLineSeriesDrawPart(SparkLineSeries series, ISparkRenderer renderer)
The series.
rendererISparkRendererThe renderer.
Methods
C#
protected override bool CanDrawPointMarkers(SparkDataPoint dataPoint)
Overrides:
Draws the line.
C#
protected override void DrawLine()
Overrides:
Draws the series parts.
C#
public override void DrawSeriesParts()
Overrides:
C#
protected override RectangleF GetAdjustedClipRect(Graphics g)
Overrides:
Gets the line path.
Gets the line paths.
C#
protected virtual GraphicsPath GetLinePaths(PointF[] points)
The points.
Returns:Gets the points positions array.
Gets the points positions arrays.