Class Spline3D
Represents a 3D spline series.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class Spline3D : BaseSpline3D<SplineControl3D>, ILogicalItem, IChartItem3D, IChartItem, IControl3D
Constructors
Spline3D()
Declaration
public Spline3D()
Fields
ThicknessProperty
Identifies the Thickness dependency property.
Declaration
public static readonly DependencyProperty ThicknessProperty
Field Value
System.Windows.DependencyProperty
|
ZFromProperty
Identifies the ZFrom dependency property.
Declaration
public static readonly DependencyProperty ZFromProperty
Field Value
System.Windows.DependencyProperty
|
ZToProperty
Identifies the ZTo dependency property.
Declaration
public static readonly DependencyProperty ZToProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Thickness
Gets or sets the thickness of the spline.
Declaration
public double Thickness { get; protected set; }
Property Value
System.Double
The Thickness. |
ZFrom
Gets or sets the Z position of the front spline plane.
Declaration
public double ZFrom { get; protected set; }
Property Value
System.Double
The Z position. |
ZTo
Gets or sets the Z position of the back spline plane.
Declaration
public double ZTo { get; protected set; }
Property Value
System.Double
The Z position. |
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()