Class StripLine3D
Defines a StripLine in 3D space.
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class StripLine3D : Control3D<StripLineControl3D>, IControl3D, ILogicalItem
Constructors
StripLine3D()
Declaration
public StripLine3D()
Fields
ColoringTypeProperty
Identifies the ColoringType dependency property.
Declaration
public static readonly DependencyProperty ColoringTypeProperty
Field Value
System.Windows.DependencyProperty
|
DepthProperty
Identifies the Depth dependency property.
Declaration
public static readonly DependencyProperty DepthProperty
Field Value
System.Windows.DependencyProperty
|
HeightProperty
Identifies the Height dependency property.
Declaration
public static readonly DependencyProperty HeightProperty
Field Value
System.Windows.DependencyProperty
|
WidthProperty
Identifies the Width dependency property.
Declaration
public static readonly DependencyProperty WidthProperty
Field Value
System.Windows.DependencyProperty
|
Properties
ColoringType
Gets or sets the type of the StripLine.
Declaration
public StripLine3DColoringType ColoringType { get; set; }
Property Value
StripLine3DColoringType
The type. |
Depth
Gets or sets the depth of the StripLine.
Declaration
public double Depth { get; set; }
Property Value
System.Double
The depth. |
Height
Gets or sets the height of the StripLine.
Declaration
public double Height { get; set; }
Property Value
System.Double
The height. |
Width
Gets or sets the width of the StripLine.
Declaration
public double Width { get; set; }
Property Value
System.Double
The width. |