Class PolyLine3D
Used to draw line in 3D view.
Inherited Members
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. |