auto_xyz_CreateColorLegendΒΆ

auto_xyz_CreateColorLegend creates a color legend for the given 3D dataset.

hTable = auto_xyz_CreateColorLegend(hData)

Return Value

hTable is the handle of the color legend. The color legend is a table object.

Parameters

hData

hData is the handle of a 3D dataset.

Comment

The color legend is drawn on the right side of the diagram. The color legend uses the field function @f{update3dcolorlegendtable}. To set the field function parameters right click on the legend and choose settings.

History

Version Description
5.5.0 A table object is used.

id-356410