Click or drag to resize

ImageType Enumeration

LightningChart .NET Help
Image type.

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public enum ImageType
Members
  Member nameValueDescription
Raster0 Raster image, composed from pixels, e.g. Windows bitmap.
Vector1 Vector 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.
See Also