Class Doughnut3DPrimitive
An abstract class representing a 3-dimensional primitive. Multiple primitives are used to create a Doughnut3D.
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public abstract class Doughnut3DPrimitive : DynamicUIElement3D
Constructors
Doughnut3DPrimitive()
Declaration
protected Doughnut3DPrimitive()
Fields
InnerRadiusProperty
Identifies the InnerRadius dependency property.
Declaration
public static readonly DependencyProperty InnerRadiusProperty
Field Value
System.Windows.DependencyProperty
|
OuterRadiusProperty
Identifies the OuterRadius dependency property.
Declaration
public static readonly DependencyProperty OuterRadiusProperty
Field Value
System.Windows.DependencyProperty
|
PhiProperty
Identifies the Phi dependency property.
Declaration
public static readonly DependencyProperty PhiProperty
Field Value
System.Windows.DependencyProperty
|
StartAngleProperty
Identifies the StartAngle dependency property.
Declaration
public static readonly DependencyProperty StartAngleProperty
Field Value
System.Windows.DependencyProperty
|
SweepAngleProperty
Identifies the SweepAngle dependency property.
Declaration
public static readonly DependencyProperty SweepAngleProperty
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
|
Properties
InnerRadius
Gets or sets the inner radius of the Doughnut3D.
Declaration
public double InnerRadius { get; set; }
Property Value
System.Double
The inner radius. |
OuterRadius
Gets or sets the outer radius of the Doughnut3D.
Declaration
public double OuterRadius { get; set; }
Property Value
System.Double
The outer radius. |
Phi
Gets or sets the phi of the Doughnut3D.
Declaration
public int Phi { get; set; }
Property Value
System.Int32
The phi. |
StartAngle
Gets or sets the start angle of the Doughnut3D.
Declaration
public double StartAngle { get; set; }
Property Value
System.Double
The start angle. |
SweepAngle
Gets or sets the sweep angle of the Doughnut3D.
Declaration
public double SweepAngle { get; set; }
Property Value
System.Double
The sweep angle. |
Theta
Gets or sets the theta of the Doughnut3D.
Declaration
public int Theta { get; set; }
Property Value
System.Int32
The theta. |
Thickness
Gets or sets the thickness of the Doughnut3D.
Declaration
public double Thickness { get; set; }
Property Value
System.Double
The thickness. |