Table of Contents

Enum PointsType3D

Namespace
LightningChartLib.WinForms.Charting
Assembly
LightningChart.WinForms.Charting.NET4.dll

Points type, 3D.

public enum PointsType3D

Fields

CompactPoints = 1

Compact points, to save memory. This Type does not have Color field, therefore, IndividualPointColors property should be disabled. Not applicable with fully bindable chart.

CompactPointsColor = 2

Colored compact points, to save memory. Not applicable with fully bindable chart.

Points = 0

Points.