Class SplineArea3D
Represents a 3D spline area series.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class SplineArea3D : BaseSpline3D<SplineAreaControl3D>, ILogicalItem, IChartItem3D, IChartItem, IControl3D
Constructors
SplineArea3D()
Declaration
public SplineArea3D()
Fields
P0BottomProperty
Identifies the P0Bottom dependency property.
Declaration
public static readonly DependencyProperty P0BottomProperty
Field Value
System.Windows.DependencyProperty
|
P1BottomProperty
Identifies the P1Bottom dependency property.
Declaration
public static readonly DependencyProperty P1BottomProperty
Field Value
System.Windows.DependencyProperty
|
P2BottomProperty
Identifies the P2Bottom dependency property.
Declaration
public static readonly DependencyProperty P2BottomProperty
Field Value
System.Windows.DependencyProperty
|
P3BottomProperty
Identifies the P3Bottom dependency property.
Declaration
public static readonly DependencyProperty P3BottomProperty
Field Value
System.Windows.DependencyProperty
|
Properties
P0Bottom
Gets or sets the p0 bottom control point.
Declaration
public double P0Bottom { get; set; }
Property Value
System.Double
|
P1Bottom
Gets or sets the p1 bottom control point.
Declaration
public double P1Bottom { get; set; }
Property Value
System.Double
|
P2Bottom
Gets or sets the p2 bottom control point.
Declaration
public double P2Bottom { get; set; }
Property Value
System.Double
|
P3Bottom
Gets or sets the p3 bottom control point.
Declaration
public double P3Bottom { get; set; }
Property Value
System.Double
|
Methods
OnDataPointChanged()
Called when data point has been changed.
Declaration
protected override void OnDataPointChanged()
Overrides
SetLabelTransform()
Sets the LabelTransform property to correctly position the label.
Declaration
protected override void SetLabelTransform()