.. highlightlang:: us .. _xygetbarattrib: XYGetBarAttrib ============== .. index:: XYGetBarAttrib .. us.tag XYGetBarAttrib ENGLISH XYGet :ref:`XYGetBarAttrib` returns the displaying attributes of 2D dataset bars. .. function:: nAttrib = XYGetBarAttrib(hData) .. us.return **Return Value** *nAttrib* is an OR combination of the following values: .. list-table:: :header-rows: 1 * - Value - Meaning * - BAR_VERT - Vertical Bars * - BAR_WIDTH_PERCENT - Bar width in percent * - BAR_BASE_AXIS - Bar origin is the mimimum axis value * - BAR_HATCH - Hatch fill * - BAR_SOLIDCOLOR - Solid color fill .. us.params **Parameters** .. uparam:: hData The handle of a dataset created with :ref:`XYCreate` or :ref:`TYCreate`. .. seealso:: :ref:`overview-xy-datasets`, :ref:`XYSetBarAttrib` :sub:`id-428757`