.. highlightlang:: us .. index:: XYSetBarFillColor .. _xysetbarfillcolor: XYSetBarFillColor ================= .. us.tag XYSetBarFillColor NOTREADYGERMAN XYSet :ref:`XYSetBarFillColor` setzt die Füllfarbe für die Balkendarstellung. .. function:: bool = XYSetBarFillColor(hData, rvColorRGB) bool = XYSetBarFillColor(hData, rvColorARGB) .. us.return **Returnwert** *bool* ist TRUE (1), wenn die Funktion erfolgreich war und sonst FALSE (0). .. us.params **Parameter** .. uparam:: hData *hData* ist die Zugriffsnummer (Handle) des Datensatzes, der mit :ref:`XYCreate` oder :ref:`TYCreate` erzeugt wurde. .. uparam:: rvColorRGB *rvColorRGB* ist ein Vektor mit drei Elementen: .. list-table:: :header-rows: 1 * - Wert - Bedeutung * - rvColor[1] - Rotanteil der Farbe im Bereich 0 bis 255. * - rvColor[2] - Grünanteil der Farbe im Bereich 0 bis 255. * - rvColor[3] - Blauanteil der Farbe im Bereich 0 bis 255. .. uparam:: rvColorARGB *rvColorARGB* ist ein Vektor mit vier Elementen: .. list-table:: :header-rows: 1 * - Wert - Bedeutung * - rvColorARGB[1] - Alpha: 0 = Transparent, 255 = Deckend * - rvColorARGB[2] - Rotanteil der Farbe im Bereich 0 bis 255 * - rvColorARGB[3] - Grünanteil der Farbe im Bereich 0 bis 255 * - rvColorARGB[4] - Blauanteil der Farbe im Bereich 0 bis 255 **History** .. list-table:: :header-rows: 1 * - Version - Beschreibung * - R2018.3 - Neuer Parameter *rvColorARGB*. .. seealso:: :ref:`uberblick-xy-datensatze`, :ref:`XYCreate`, :ref:`XYGetBarFillColor` :sub:`id-638106`