XYZSet3DScatterBarWidthΒΆ

XYZSet3DScatterBarWidth sets the width of a 3D scatter bar in a percentage of the diagram size.

bool = XYZSet3DScatterBarWidth(hData, rsWidth)

Return Value

If the function succeeds, the return value bool is TRUE (1); otherwise it is FALSE (0).

Parameters

rsWidth

rsWidth is the size of 3D bar in percent of the diagram size.

hData

A handle for a dataset created with XYZCreate.

id-802034