ChartToolsCreateMap Method (Double, Color, Double, Double) |
LightningChart .NET Help
Convert 3-dimensional array to texture map.
Namespace:
Arction.Wpf.Charting
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic static BitmapFrame CreateMap(
double[][][] data,
Color[] colors,
double minValue,
double maxValue
)
Public Shared Function CreateMap (
data As Double()()(),
colors As Color(),
minValue As Double,
maxValue As Double
) As BitmapFrame
public:
static BitmapFrame^ CreateMap(
array<array<array<double>^>^>^ data,
array<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:
BitmapFrameTexture Map.
See Also