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