Class SplineArea
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class SplineArea : BaseAreaChartItem, IChartItem, ILogicalItem, IAnimatable, IInteractiveElement
Constructors
SplineArea()
Fields
Smoothness
The smoothness of the spline.
Declaration
protected const int Smoothness = 20
Field Value
System.Int32
|
Properties
CurvePoints
Gets or sets the System.Windows.Media.PointCollection representing the current Spline.
Declaration
protected PointCollection CurvePoints { get; set; }
Property Value
System.Windows.Media.PointCollection
The curve points. |
Methods
CreateClippingGeometry()
Creates the clipping geometry of this item.
Declaration
protected override PathGeometry CreateClippingGeometry()
Returns
System.Windows.Media.PathGeometry
|
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
UpdateClippingGeometry()
Updates the clipping geometry if this item's area rectangle.
Declaration
protected override void UpdateClippingGeometry()