Click or drag to resize
NChartRawBitmapFormat Enumeration
NChartRawBitmapFormat enum provides constants for different NChartRawBitmap formats.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public enum NChartRawBitmapFormat
Members
  Member nameValueDescription
RGBA0 Red-Green-Blue-Alpha sequense.
BGRA1 Blue-Green-Red-Alpha sequense.
See Also