Data Marker Settings

Controls the Markers for each pointer in the data.

Example:

<marker_style name="myMarker" color="Gold">

  <marker type="Star5" size="16" />

  <states>

    <hover>

      <marker size="22" />

    </hover>

  </states>

</marker_style>

Back to Top