Previous topic

XYSetHatch

Next topic

XYSetMarker

This Page

XYSetLegendTextΒΆ

XYSetLegendText sets the legend text for a 1D or 2D dataset.

bool = XYSetLegendText(hData, ssText)

Return Value

bool is TRUE (1) it the text could be set and FALSE (0) if the text could not be set

Parameters

ssText

ssText is the legend text.

hData

The handle of a dataset created with XYCreate or TYCreate.

Comment

The legend text is used by the legend’s field function.

id-1045080