PointLineSeries3DPointsType Property |
LightningChart .NET Help
Series points type
Namespace:
Arction.WinForms.Charting.Series3D
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(PointsType3D.Points)]
public PointsType3D PointsType { get; set; }<DefaultValueAttribute(PointsType3D.Points)>
Public Property PointsType As PointsType3D
Get
Set
public:
[DefaultValueAttribute(PointsType3D::Points)]
property PointsType3D PointsType {
PointsType3D get ();
void set (PointsType3D value);
}Property Value
Type:
PointsType3D
See Also