Class Polyline3D
Draws a series of connected straight lines in the 3D space.
Inheritance
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class Polyline3D : ModelVisual3D
Constructors
Polyline3D()
Fields
ColorProperty
Identifies the Color dependency property.
Declaration
public static readonly DependencyProperty ColorProperty
Field Value
System.Windows.DependencyProperty
|
PointsProperty
Identifies the Points dependency property.
Declaration
public static readonly DependencyProperty PointsProperty
Field Value
System.Windows.DependencyProperty
|
ThicknessProperty
Identifies the Thickness dependency property.
Declaration
public static readonly DependencyProperty ThicknessProperty
Field Value
System.Windows.DependencyProperty
|
VisibilityProperty
Identifies the Visibility dependency property.
Declaration
public static readonly DependencyProperty VisibilityProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Color
Gets or sets the color of the lines drawn in the 3D space.
Declaration
public Color Color { get; set; }
Property Value
System.Windows.Media.Color
|
Points
Gets or sets the points that define the coordinates of the lines in the 3D space.
Declaration
public Point3DCollection Points { get; set; }
Property Value
System.Windows.Media.Media3D.Point3DCollection
|
Thickness
Gets or sets the thickness of the lines drawn in the 3D space.
Declaration
public double Thickness { get; set; }
Property Value
System.Double
|
Visibility
Gets or sets a value indicating whether the polyline is visible.
Declaration
public Visibility Visibility { get; set; }
Property Value
System.Windows.Visibility
The default value is Visibility.Visible. |