Click or drag to resize

PixelFormat Enumeration

LightningChart .NET Help
Describes a pixel format of an image or texture.

Namespace:  Arction.Wpf.Charting
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public enum PixelFormat
Members
  Member nameValueDescription
None0 No format defined
ARGB1 Byte order is ARGB
BGRA2 Byte order is BGRA
See Also