Table of Contents

Enum IntensitySeriesOptimization

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

Intensity series optimization.

public enum IntensitySeriesOptimization

Fields

DynamicData = 0

Optimize series to give better performance with data changing frequently (node positions, colors and intensity values).

DynamicValuesData = 1

Optimize series to give better performance with data changing frequently (intensity values only).

StaticData = 2

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