LightningChart .NET Help
Image type.
Namespace:
Arction.Wpf.ChartingMVVM
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
SyntaxPublic Enumeration ImageType
public enum class ImageType
Members|
| Member name | Value | Description |
|---|
| Raster | 0 |
Raster image, composed from pixels, e.g. Windows bitmap.
|
| Vector | 1 |
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