< prev | next >

lineStyle < Tags < Home

<lineStyle>

The <lineStyle> tag specifies the appearance of lines in a visual element. These could be contour lines or the lines that make up wind barbs on a map, or the line that connects points in a series on a graph. The <lineStyle> tag is currently used within a <barb>, <contour>, <overlay>, <rangeRings>, <series>, or <vector> tag.

Attributes

attribute

default

description

color

Defined by the parent of the <lineStyle> tag.

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

width

Defined by the parent of the <lineStyle> tag.

The width of the lines in pixels. A value of "0" represents a "hairline", which is the thinnest possible line that can be rendered on the current output device.

Children

None.

Examples

<overlay>
  <data src="Oklahoma Maps" param="County borders"/>
  <lineStyle color="#999999"/>
</overlay>
         
<overlay>
  <data src="Oklahoma Maps" param="State border"/>
  <lineStyle color="#999999" width="3"/>
</overlay>
         
<series>
  <data src="19990201NORM.mts" param="TAIR"/>
  <lineStyle width="2"/>
</series>

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