< prev | next >

pointStyle < Tags < Home

<pointStyle>

The <pointStyle> tag specifies the characteristics of a graphic symbol to appear at points defined by a visual element. These points may represent sites on a map or data values on a graph. The <pointStyle> tag is currently used within a <series> or <site> tag.

Attributes

attribute

default

description

color

Defined by the parent of the <pointStyle> tag.

The color in which symbols will be drawn, specified in "#RRGGBB" format.

symbol

Defined by the parent of the <pointStyle> tag.

The symbol to be drawn at each point.

Children

None.

Examples

<graph>
  <series>
    <data src="norman.mts" param="TAIR"/>
    <pointStyle color="#FF0000" symbol="smallCircle"/>
  </series>
</graph>
         
<map>
  <site>
    <data src="latest.mdf"/>
    <pointStyle symbol="filledDiamond"/>
  </site>
  <site>
    <data network="ARS Micronet"/>
    <pointStyle color="#00FF00"/>
  </site>
</map>

Confidential. Copyright © 2002, Oklahoma Climatological Survey. All Rights Reserved.
Send questions or comments concerning this web page to
wolfie@ou.edu.