XYShowBarΒΆ

XYShowBar turns the bars of a 2D dataset on or off. Bars are only shown in datasets with less than 1025 data points.

bool = XYShow(hData, bShow)

Return Value

bool is TRUE (1), when the bars are visible FALSE (0), if they are not.

Parameters

hData

The handle of a dataset created with XYCreate or TYCreate.

bShow

bShow

id-750434