Class SplineArea3DPrimitive
Extends DynamicUIElement3D and represents a base class for 3D spline shapes.
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public abstract class SplineArea3DPrimitive : DynamicUIElement3D
Constructors
SplineArea3DPrimitive()
Declaration
protected SplineArea3DPrimitive()
Fields
P0BottomProperty
Identifies the P0Bottom dependency property.
Declaration
public static readonly DependencyProperty P0BottomProperty
Field Value
System.Windows.DependencyProperty
|
P0Property
Identifies the P0 dependency property.
Declaration
public static readonly DependencyProperty P0Property
Field Value
System.Windows.DependencyProperty
|
P1BottomProperty
Identifies the P1Bottom dependency property.
Declaration
public static readonly DependencyProperty P1BottomProperty
Field Value
System.Windows.DependencyProperty
|
P1Property
Identifies the P1 dependency property.
Declaration
public static readonly DependencyProperty P1Property
Field Value
System.Windows.DependencyProperty
|
P2BottomProperty
Identifies the P2Bottom dependency property.
Declaration
public static readonly DependencyProperty P2BottomProperty
Field Value
System.Windows.DependencyProperty
|
P2Property
Identifies the P2 dependency property.
Declaration
public static readonly DependencyProperty P2Property
Field Value
System.Windows.DependencyProperty
|
P3BottomProperty
Identifies the P3Bottom dependency property.
Declaration
public static readonly DependencyProperty P3BottomProperty
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
|
Properties
Index
Gets the current item index.
Declaration
protected int Index { get; }
Property Value
System.Int32
The index. |
P0
Gets or sets the first control point.
Declaration
public double P0 { get; set; }
Property Value
System.Double
The first control point. |
P0Bottom
Gets or sets the first bottom control point.
Declaration
public double P0Bottom { get; set; }
Property Value
System.Double
The first bottom control point. |
P1
Gets or sets the second control point.
Declaration
public double P1 { get; set; }
Property Value
System.Double
The second control point. |
P1Bottom
Gets or sets the second bottom control point.
Declaration
public double P1Bottom { get; set; }
Property Value
System.Double
The second bottom control point. |
P2
Gets or sets the third control point.
Declaration
public double P2 { get; set; }
Property Value
System.Double
The third control point. |
P2Bottom
Gets or sets the third bottom control point.
Declaration
public double P2Bottom { get; set; }
Property Value
System.Double
The third bottom control point. |
P3
Gets or sets the last (fourth) control point.
Declaration
public double P3 { get; set; }
Property Value
System.Double
The last control point. |
P3Bottom
Gets or sets the last (fourth) bottom control point.
Declaration
public double P3Bottom { get; set; }
Property Value
System.Double
The last bottom 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 theta angle.
Declaration
public int Theta { get; set; }
Property Value
System.Int32
The theta angle. |
Thickness
Gets or sets the thickness of the spline primitive.
Declaration
public double Thickness { get; set; }
Property Value
System.Double
The thickness the spline primitive. |
Width
Gets or sets the width of the spline primitive.
Declaration
public double Width { get; set; }
Property Value
System.Double
The width of the spline primitive. |