Table of Contents

Enum SurfaceOptimization

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

3D Surface performance optimization.

public enum SurfaceOptimization

Fields

DynamicData = 0

Optimize surface to give better performance with data changing frequently.

StaticData = 1

Optimize surface to give better performance with data that is not changed frequently.