LayerSetFixedLabelNum

Sets in connection with LayerSetLabelNum the number of axis labels for autoscale.

bool = LayerSetFixedLabelNum(hLayer, ssXYZ, bFixed)

Return Value

bool is TRUE (1) if the function was successful and otherwise FALSE (0).

Parameters

hLayer

hLayer is the handle of a diagram (layer).

ssXYZ

ssXYZ is “X” for the x-axis, “Y” for the y-axis and “Z” for the z-axis.

bFixed

bFixed is TRUE (1) or FALSE (0).

id-1293629