Class Line3D
Used to draw line in 3D view.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public class Line3D : Polygon3D
Constructors
Line3D(UIElement, Vector3D[])
Initializes a new instance of the Line3D class.
Declaration
public Line3D(UIElement element, Vector3D[] points)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.UIElement | element | The element. |
Vector3D[] | points | The points. |