.. highlightlang:: us .. _xysetbarattrib: XYSetBarAttrib ============== .. index:: XYSetBarAttrib .. us.tag XYSetBarAttrib NOTREADYGERMAN XYSet :ref:`XYSetBarAttrib` setzt Darstellungsattribute für die Balkendarstellung von 2D-Datensätzen. .. function:: bool = XYSetBarAttrib(hData, nAttrib) .. 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:: nAttrib *nAttrib* ist eine Oder-Kombination der folgenden Werte: .. list-table:: :header-rows: 1 * - Wert - Bedeutung * - BAR_VERT - Vertikale Balken * - BAR_WIDTH_PERCENT - Balkenbreite in Prozent * - BAR_BASE_AXIS - Balkenursprung auf der Min-Achse * - BAR_HATCH - Balken mit Schraffur darstellen * - BAR_SOLIDCOLOR - Balken mit Füllfarbe ausfüllen .. seealso:: :ref:`uberblick-xy-datensatze`, :ref:`XYGetBarAttrib`, :ref:`XYSetDropValue` :sub:`id-641749`