Class SparkLineSeriesDrawPart
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class SparkLineSeriesDrawPart : SparkCartesianSeriesDrawPart, ISparkDrawPart
Constructors
SparkLineSeriesDrawPart(SparkLineSeries, ISparkRenderer)
Initializes a new instance of the SparkLineSeriesDrawPart class.
Declaration
public SparkLineSeriesDrawPart(SparkLineSeries series, ISparkRenderer renderer)
Parameters
|
SparkLineSeries
series
The series. |
|
ISparkRenderer
renderer
The renderer. |
Methods
CanDrawPointMarkers(SparkDataPoint)
Declaration
protected override bool CanDrawPointMarkers(SparkDataPoint dataPoint)
Parameters
|
SparkDataPoint
dataPoint
|
Returns
|
System.Boolean
|
Overrides
DrawLine()
Draws the line.
Declaration
protected override void DrawLine()
Overrides
DrawSeriesParts()
Draws the series parts.
Declaration
public override void DrawSeriesParts()
Overrides
GetAdjustedClipRect(Graphics)
Declaration
protected override RectangleF GetAdjustedClipRect(Graphics g)
Parameters
|
System.Drawing.Graphics
g
|
Returns
|
System.Drawing.RectangleF
|
Overrides
GetLinePath()
Gets the line path.
Declaration
protected override GraphicsPath GetLinePath()
Returns
|
System.Drawing.Drawing2D.GraphicsPath
|
Overrides
GetLinePaths(PointF[])
Gets the line paths.
Declaration
protected virtual GraphicsPath GetLinePaths(PointF[] points)
Parameters
|
System.Drawing.PointF[]
points
The points. |
Returns
|
System.Drawing.Drawing2D.GraphicsPath
|
GetPointsPositionsArray()
Gets the points positions array.
Declaration
protected override PointF[] GetPointsPositionsArray()
Returns
|
System.Drawing.PointF[]
|
Overrides
GetPointsPositionsArrays()
Gets the points positions arrays.
Declaration
protected virtual List<PointF[]> GetPointsPositionsArrays()
Returns
|
System.Collections.Generic.List<System.Drawing.PointF[]>
|