Click or drag to resize

PixelFormat Enumeration

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

Namespace: LightningChartLib.WPF.Charting
Assembly: LightningChart.WPF.Charting.NET4 (in LightningChart.WPF.Charting.NET4.dll) Version: 11.0.1
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public enum PixelFormat
Members
Member nameValueDescription
None0 No format defined.
ARGB1 Byte order is ARGB.
BGRA2 Byte order is BGRA.
See Also