Click or drag to resize

HeatMapRenderRenderAndSave Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Renders the heat map and saves the output to filePath. This is void alias to Render(HeatMapModel, String)

Namespace:  imbSCI.Graph.Graphics.HeatMap
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public void RenderAndSave(
	HeatMapModel model,
	string filePath
)
Request Example View Source

Parameters

model
Type: imbSCI.Core.math.range.matrixHeatMapModel
The model.
filePath
Type: SystemString
The file path.
See Also