Click or drag to resize

HeatMapRenderRender Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Renders the specified HeatMapModel, optionally saves the output SVG

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

Parameters

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

Return Value

Type: SvgDocument
See Also