Class Spline3DPrimitive
Primitive that renders segment of a spline curve.
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class Spline3DPrimitive : DynamicUIElement3D
Constructors
Spline3DPrimitive()
Fields
DepthProperty
Identifies the Depth dependency property.
Declaration
public static readonly DependencyProperty DepthProperty
Field Value
System.Windows.DependencyProperty
|
IsFirstProperty
Identifies the IsFirst dependency property.
Declaration
public static readonly DependencyProperty IsFirstProperty
Field Value
System.Windows.DependencyProperty
|
IsLastProperty
Identifies the IsLast dependency property.
Declaration
public static readonly DependencyProperty IsLastProperty
Field Value
System.Windows.DependencyProperty
|
P0Property
Identifies the P0 dependency property.
Declaration
public static readonly DependencyProperty P0Property
Field Value
System.Windows.DependencyProperty
|
P1Property
Identifies the P1 dependency property.
Declaration
public static readonly DependencyProperty P1Property
Field Value
System.Windows.DependencyProperty
|
P2Property
Identifies the P2 dependency property.
Declaration
public static readonly DependencyProperty P2Property
Field Value
System.Windows.DependencyProperty
|
P3Property
Identifies the P3 dependency property.
Declaration
public static readonly DependencyProperty P3Property
Field Value
System.Windows.DependencyProperty
|
ThetaProperty
Identifies the Theta dependency property.
Declaration
public static readonly DependencyProperty ThetaProperty
Field Value
System.Windows.DependencyProperty
|
ThicknessProperty
Identifies the Thickness dependency property.
Declaration
public static readonly DependencyProperty ThicknessProperty
Field Value
System.Windows.DependencyProperty
|
WidthProperty
Identifies the Width dependency property.
Declaration
public static readonly DependencyProperty WidthProperty
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
Depth
Gets or sets the depth of the spline.
Declaration
public double Depth { get; set; }
Property Value
System.Double
The depth. |
Index
Gets the current item index.
Declaration
protected int Index { get; }
Property Value
System.Int32
The index. |
IsFirst
Gets or sets a value indicating whether this segment of the spline is first.
Declaration
public bool IsFirst { get; set; }
Property Value
System.Boolean
Returns |
IsLast
Gets or sets a value indicating whether this segment of the spline is last.
Declaration
public bool IsLast { get; set; }
Property Value
System.Boolean
Returns |
P0
Gets or sets the spline's first control point.
Declaration
public double P0 { get; set; }
Property Value
System.Double
The control point. |
P1
Gets or sets the spline's second control point.
Declaration
public double P1 { get; set; }
Property Value
System.Double
The control point. |
P2
Gets or sets the spline's third control point.
Declaration
public double P2 { get; set; }
Property Value
System.Double
The control point. |
P3
Gets or sets the spline's fourth control point.
Declaration
public double P3 { get; set; }
Property Value
System.Double
The control point. |
SeriesItemsCount
Gets the series items count.
Declaration
protected int SeriesItemsCount { get; }
Property Value
System.Int32
The series items count. |
Theta
Gets or sets the tessellation of the line.
Declaration
public int Theta { get; set; }
Property Value
System.Int32
The theta. |
Thickness
Gets or sets the thickness of the spline.
Declaration
public double Thickness { get; set; }
Property Value
System.Double
The thickness. |
Width
Gets or sets the width of the spline.
Declaration
public double Width { get; set; }
Property Value
System.Double
The width. |
ZFrom
Gets or sets the Z position of the front spline plane.
Declaration
public double ZFrom { get; 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; set; }
Property Value
System.Double
The Z position. |
Methods
CreateElementModel()
Creates the final element 3D model.
Declaration
protected override Model3D CreateElementModel()
Returns
System.Windows.Media.Media3D.Model3D
The final 3D model of the element. |