.. highlightlang:: us .. index:: XYGetBarFillColor .. _xygetbarfillcolor: XYGetBarFillColor ================= .. us.tag XYGetBarFillColor GERMAN XYGet :ref:`XYGetBarFillColor` liefert die Füllfarbe der Balken. .. function:: rvColorRGB = XYGetBarFillColor(hData) .. us.return **Returnwert** *rvColorRGB* ist ein Vektor mit drei Elementen: .. list-table:: :header-rows: 1 * - Wert - Bedeutung * - rvColorRGB[1] - Rotanteil der Farbe im Bereich 0 bis 255 * - rvColorRGB[2] - Grünanteil der Farbe im Bereich 0 bis 255 * - rvColorRGB[3] - Blauanteil der Farbe im Bereich 0 bis 255 .. us.params **Parameter** .. uparam:: hData *hData* ist die Zugriffsnummer (Handle) des Datensatzes, der mit :ref:`XYCreate` oder :ref:`TYCreate` erzeugt wurde. .. seealso:: :ref:`uberblick-xy-datensatze`, :ref:`TYCreate`, :ref:`XYCreate`, :ref:`XYSetBarFillColor` :sub:`id-1518986`