Class StackedSplineArea
This class represents a 2D stacked spline area series item.
Inheritance
System.Object
StackedSplineArea
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class StackedSplineArea : SplineArea, IChartItem, ILogicalItem, IAnimatable, IInteractiveElement
Constructors
StackedSplineArea()
Declaration
public StackedSplineArea()
Properties
BottomCurvePoints
Gets or sets the System.Windows.Media.PointCollection representing the bottom Spline curve.
Declaration
public PointCollection BottomCurvePoints { 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
UpdateClippingGeometry()
Updates the clipping geometry if this item's area rectangle.
Declaration
protected override void UpdateClippingGeometry()