LayerSetCategoryGapWidthΒΆ

LayerSetCategoryGapWidth sets the gap size between categories of a category plot.

bool = LayerSetCategoryGapWidth(hLayer, rsGap)

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).

rsGap

rsGap is the gap size between categories in bar width. Range 0 to 5. (Percent value of bar width.)

History

Version Description
R2014 New.

id-361064