XYGetLegendTextΒΆ

XYGetLegendText returns the legend text of a 1D or 2D dataset.

ssText = XYGetLegendText(hData)

Return Value

ssText is the legend text.

Parameters

hData

The handle of a dataset created with XYCreate or TYCreate.

Comment

The legend text is used by the legend field functions.

id-837990