Click or drag to resize

mxGraphGetLabel Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns a string or markup that represents the label for the given cell. This implementation uses ConvertValueToString if labelsVisible is true. Otherwise it returns an empty string.

Namespace:  imbSCI.Graph.MXGraph.view
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public string GetLabel(
	Object cell
)
Request Example View Source

Parameters

cell
Type: SystemObject

Return Value

Type: String
See Also