Class PolyLine3D
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 PolyLine3D : Polygon3D
Constructors
PolyLine3D(Path, List<Vector3D>)
Initializes a new instance of the PolyLine3D class.
Declaration
public PolyLine3D(Path element, List<Vector3D> vectors)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Shapes.Path | element | The Path Element. |
System.Collections.Generic.List<Vector3D> | vectors | The Vectors. |