Class Spline
Extends the BaseChartItem to define a specific visual representation (spline) of the DataPoint.
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class Spline : BasePointMarkChartItem, IChartItem, ILogicalItem, IAnimatable, IInteractiveElement
Constructors
Spline()
Declaration
public Spline()
Fields
CurvePointsProperty
Identifies the CurvePoints dependency property.
Declaration
public static readonly DependencyProperty CurvePointsProperty
Field Value
System.Windows.DependencyProperty
|
Properties
CurvePoints
Gets or sets the System.Windows.Media.PointCollection representing the current Spline.
Declaration
public PointCollection CurvePoints { get; set; }
Property Value
System.Windows.Media.PointCollection
The curve points. |
Methods
ArrangeOverride(Size)
Called to arrange and size the content of a System.Windows.Controls.Control object.
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
System.Windows.Size
finalSize
The computed size that is used to arrange the content. |
Returns
System.Windows.Size
The size of the control. |
Overrides
CreatePoints(Size)
Creates the control points based on the arrangedBounds
.
Declaration
protected override void CreatePoints(Size arrangedBounds)
Parameters
System.Windows.Size
arrangedBounds
The arranged bounds. |
Overrides
UpdateDefiningGeometry()
Updates the defining geometry.
Declaration
protected override void UpdateDefiningGeometry()