Click or drag to resize

ChartToolsCreateMap Method (Double, Color, Double, Double)

LightningChart .NET Help
Convert 3-dimensional array to texture map.

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

Parameters

data
Type: SystemDouble
3-Dimensional array.
colors
Type: System.DrawingColor
Color array.
minValue
Type: SystemDouble
Minimal value of the dataset.
maxValue
Type: SystemDouble
Maximal value of the dataset.

Return Value

Type: Bitmap
Texture Map.
See Also