.. highlightlang:: us .. index:: LayerSetCategoryGapWidth .. _layersetcategorygapwidth: LayerSetCategoryGapWidth ======================== .. us.tag LayerSetCategoryGapWidth NOTREADYENGLISH LayerCategory New5600 :ref:`LayerSetCategoryGapWidth` sets the gap size between categories of a category plot. .. function:: bool = LayerSetCategoryGapWidth(hLayer, rsGap) .. us.return **Return Value** *bool* is TRUE (1) if the function was successful and otherwise FALSE (0). .. us.params **Parameters** .. uparam:: hLayer *hLayer* is the handle of a diagram (layer). .. uparam:: rsGap *rsGap* is the gap size between categories in bar width. Range 0 to 5. (Percent value of bar width.) .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - R2014 - New. .. seealso:: :ref:`overview-diagrams`, :ref:`LayerCreate`, :ref:`LayerSetAxisScale`, :ref:`LayerShowFirstLabel`, :ref:`LayerGetLastLabel`, :ref:`LayerSetFixedLabelNum`, :ref:`LayerIsLabelNumEnabled`, :ref:`LayerGetLabelNum`, :ref:`LayerSetAxisScale`, :ref:`LayerSetCategoryOverlap` :sub:`id-361064`