Class Cone3D
This class represents a cone primitive in the 3D space.
Inheritance
System.Object
Cone3D
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class Cone3D : Funnel3D, ILogicalItem, IChartItem3D, IChartItem, IControl3D
Constructors
Cone3D()
Fields
PositionTransformProperty
Identifies the PositionTransform dependency property.
Declaration
public static readonly DependencyProperty PositionTransformProperty
Field Value
System.Windows.DependencyProperty
|
RadiusProperty
Identifies the Radius dependency property.
Declaration
public static readonly DependencyProperty RadiusProperty
Field Value
System.Windows.DependencyProperty
|
Properties
PositionTransform
Gets or sets the transform that centers the cone within its designated box.
Declaration
public TranslateTransform3D PositionTransform { get; set; }
Property Value
System.Windows.Media.Media3D.TranslateTransform3D
|
Radius
Gets or sets the radius of the cylinder.
Declaration
public double Radius { get; set; }
Property Value
System.Double
|