.. highlightlang:: us .. index:: LayerGetCategoryGapWidth .. _layergetcategorygapwidth: LayerGetCategoryGapWidth ======================== .. us.tag LayerGetCategoryGapWidth NOTREADYENGLISH LayerCategory New5600 :ref:`LayerGetCategoryGapWidth` gets the gap between the the categorys of a category plot. .. function:: rsGap = LayerGetCategoryGapWidth(hLayer) .. us.return **Return Value** *rsGap* is the gap between the category in percent of th bar width. Range 0 to 5 (0 to 500 percent). .. us.params **Parameters** .. uparam:: hLayer *hLayer* is the handle of a diagram (layer). .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - R2014 - New. .. seealso:: :ref:`overview-diagrams`, :ref:`LayerSetCategoryGapWidth`, :ref:`LayerCreate`, :ref:`LayerSetAxisScale`, :ref:`LayerShowFirstLabel`, :ref:`LayerGetLastLabel`, :ref:`LayerSetFixedLabelNum`, :ref:`LayerIsLabelNumEnabled`, :ref:`LayerGetLabelNum` :sub:`id-1671784`