PointLineSeries3DPointStyle Property |
LightningChart .NET Help
Point style settings
Namespace:
Arction.Wpf.Charting.Series3D
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic PointStyle3D PointStyle { get; set; }Public Property PointStyle As PointStyle3D
Get
Set
public:
property PointStyle3D^ PointStyle {
PointStyle3D^ get ();
void set (PointStyle3D^ value);
}Property Value
Type:
PointStyle3D
See Also