.. highlightlang:: us .. index:: MarkerSetTransparent .. _markersettransparent: MarkerSetTransparent ==================== .. us.tag MarkerSetTransparent ENGLISH sets if the marker is plotted transparent or opaque. .. function:: bool = MarkerSetTransparent(hMarker, bTransparent) .. us.return **Return Value** If the function succeeds, the return value *bool* is TRUE (1); otherwise it is FALSE (0). .. us.params **Parameters** .. uparam:: hMarker Identifies the marker. .. uparam:: bTransparent *bTransparent* is TRUE (1) if the marker is plotted without the fill color (transparent) of FALSE (0) if the marker is plotted opaque. .. seealso:: :ref:`overview-marker`, :ref:`MarkerCreate`, :ref:`MarkerSetFillColor`, :ref:`MarkerGetTransparent` :sub:`id-1095766`