View3DPointLineSeries3D Property |
LightningChart .NET Help
Gets or sets PointLineSeries list. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM.Views.View3D
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic PointLineSeries3DCollection PointLineSeries3D { get; set; }Public Property PointLineSeries3D As PointLineSeries3DCollection
Get
Set
public:
property PointLineSeries3DCollection^ PointLineSeries3D {
PointLineSeries3DCollection^ get ();
void set (PointLineSeries3DCollection^ value);
}Property Value
Type:
PointLineSeries3DCollection
See Also