Enum ImageType
- Namespace
- LightningChartLib.WinForms.Charting
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Image type.
public enum ImageType
Fields
Raster = 0Raster image, composed from pixels, e.g. Windows bitmap.
Vector = 1Vector image, elements composed from graphics instructions, e.g. Enhanced metafile. Vector image can be scaled without quality loss, but may be yield to very big file/data size.