View3DPointLineSeries3D Property |
LightningChart .NET Help
3D point line series list.
Namespace:
Arction.Wpf.Charting.Views.View3D
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic List<PointLineSeries3D> PointLineSeries3D { get; set; }Public Property PointLineSeries3D As List(Of PointLineSeries3D)
Get
Set
public:
property List<PointLineSeries3D^>^ PointLineSeries3D {
List<PointLineSeries3D^>^ get ();
void set (List<PointLineSeries3D^>^ value);
}Property Value
Type:
ListPointLineSeries3D
See Also