Class Line
This class represents a 2D line series item.
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class Line : BasePointMarkChartItem, IChartItem, ILogicalItem, IAnimatable, IInteractiveElement
Constructors
Line()
Declaration
public Line()
Methods
CreateTopPoints(Size, DataRange, DataRange)
Creates the top points.
Declaration
protected override void CreateTopPoints(Size arrangedBounds, DataRange rangeYFrom, DataRange rangeYTo)
Parameters
System.Windows.Size
arrangedBounds
The arranged bounds. |
DataRange
rangeYFrom
The range Y from. |
DataRange
rangeYTo
The range Y to. |