Click or drag to resize

ChartToolsConvertDoubleArrayToBitmap Method

LightningChart .NET Help
Convert double array into colors, by using gradient fixed-interval palette.

Namespace:  Arction.WinForms.Charting
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public static Bitmap ConvertDoubleArrayToBitmap(
	double[][] array,
	Color[] colors,
	double minValue,
	double maxValue
)

Parameters

array
Type: SystemDouble
Jagged array matrix, M x N.
colors
Type: System.DrawingColor
Colors.
minValue
Type: SystemDouble
Minimum value, which represents the first color.
maxValue
Type: SystemDouble
Maximum value, which represents the last color.

Return Value

Type: Bitmap
Bitmap.
See Also