XYSetStackedΒΆ

XYSetStacked specifies, if the dataset (bar) is stacked on the previous dataset. Only used in a category plot.

bool = XYSetStacked(hData, bStacked)

Return Value

Is TRUE (1), if the function was successful and otherwise FALSE (0).

Parameters

hData

The handle of a dataset created with XYCreate or TYCreate.

bStacked

bStacked

History

Version Description
R2014.0 New.

id-1487868