Enum IntensitySeriesOptimization
- Namespace
- LightningChartLib.WinForms.Charting
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Intensity series optimization.
public enum IntensitySeriesOptimization
Fields
DynamicData = 0Optimize series to give better performance with data changing frequently (node positions, colors and intensity values).
DynamicValuesData = 1Optimize series to give better performance with data changing frequently (intensity values only).
StaticData = 2Optimize series to give better performance with data that is not changed frequently.