.. highlightlang:: us .. index:: XYGetBarFillColor .. _xygetbarfillcolor: XYGetBarFillColor ================= .. us.tag XYGetBarFillColor ENGLISH XYGet :ref:`XYGetBarFillColor` returns the fill color of 2D dataset bars. .. function:: rvColorRGB = XYGetBarFillColor(hData) .. us.return **Return Value** *rvColorRGB* is a vector with 3 elements: .. list-table:: :header-rows: 1 * - Value - Meaning * - rvColorRGB[1] - Red (0-255) * - rvColorRGB[2] - Green (0-255) * - rvColorRGB[3] - Blue (0-255) .. us.params **Parameters** .. uparam:: hData The handle of a dataset created with :ref:`XYCreate` or :ref:`TYCreate`. .. seealso:: :ref:`overview-xy-datasets`, :ref:`TYCreate`, :ref:`XYCreate`, :ref:`XYSetBarFillColor` :sub:`id-1518986`