.. highlightlang:: us .. index:: LayerGetCategoryOverlap .. _layergetcategoryoverlap: LayerGetCategoryOverlap ======================== .. us.tag LayerGetCategoryOverlap NOTREADYENGLISH LayerCategory New5600 :ref:`LayerGetCategoryOverlap` gets the gap between the the categorys of a category plot. .. function:: rsOverlap = LayerGetCategoryOverlap(hLayer, ssXYZ) .. us.return **Return Value** *rsOverlap* set the overlap for bars in a category plot. Range -1 to 1. (-100 to 100 percent of the bar width) .. us.params **Parameters** .. uparam:: hLayer *hLayer* is the handle of a diagram (layer). .. uparam:: ssXYZ *ssXYZ* is "X" for the x-axis. Can only be set for the x axis. .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - R2014 - New. .. seealso:: :ref:`overview-diagrams`, :ref:`LayerSetCategoryOverlap`, :ref:`LayerCreate`, :ref:`LayerSetCategoryGapWidth` :sub:`id-802201`