Click or drag to resize

ChartToolsCreateMap Method (Double, Color, Double, Double)

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

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

Parameters

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

Return Value

Type: BitmapFrame
Texture Map.
See Also