Click or drag to resize

HeatMapModelCreate Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Creates the specified width.

Namespace:  imbSCI.Core.math.range.matrix
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static HeatMapModel Create(
	int width,
	int height,
	string axisFormat = "D2"
)
Request Example View Source

Parameters

width
Type: SystemInt32
The width.
height
Type: SystemInt32
The height.
axisFormat (Optional)
Type: SystemString
The axis format.

Return Value

Type: HeatMapModel
See Also