Click or drag to resize

ChartToolsConvertDoubleArrayToBitmap Method (Double, Int32, Int32, Double, Double, Int32, Byte, Byte, Byte, Byte)

LightningChart .NET Help
Convert Array of Double to Bitmap.

Namespace:  Arction.Wpf.Charting
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public static BitmapFrame ConvertDoubleArrayToBitmap(
	double[][] array,
	int width,
	int height,
	double maxValue,
	double minValue,
	int stepCount,
	byte[] colorsA,
	byte[] colorsR,
	byte[] colorsG,
	byte[] colorsB
)

Parameters

array
Type: SystemDouble
Double array.
width
Type: SystemInt32
Width.
height
Type: SystemInt32
Height.
maxValue
Type: SystemDouble
Maximum value.
minValue
Type: SystemDouble
Minimum value.
stepCount
Type: SystemInt32
Step count.
colorsA
Type: SystemByte
Alpha array.
colorsR
Type: SystemByte
Red array.
colorsG
Type: SystemByte
Green array.
colorsB
Type: SystemByte
Blue array.

Return Value

Type: BitmapFrame
Bitmap frame.
See Also