Click or drag to resize

PointsType3D Enumeration

LightningChart .NET Help
Points type, 3D.

Namespace:  Arction.Wpf.Charting
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public enum PointsType3D
Members
  Member nameValueDescription
Points0 Points.
CompactPoints1 Compact points, to save memory. This Type does not have Color field, therefore, IndividualPointColors property should be disabled. Not applicable with fully bindable chart.
CompactPointsColor2 Colored compact points, to save memory. Not applicable with fully bindable chart.
See Also