NetChartsServer  

MapElement

MapElement overview

Public:

Properties:
 label (get) Gets the label of the Map Element (the text to display when hovering over an HTML tag).  
 label (let) Sets the label of the Map Element (the text to display when hovering over an HTML tag).  
 selectedItemIndex (get) Gets the CDL Parameter index for this image map element.  
 selectedItemIndex (let) Sets the CDL Parameter index for this image map element.  
 selectedItemParam (get) Gets the CDL Parameter for this image map element.  
 selectedItemParam (let) Sets the CDL Parameter for this image map element.  
 shapeCoords (get) Gets the coordinates of the Map Element (the coords attribute of an HTML tag).  
 shapeCoords (let) Sets the coordinates of the Map Element (the coords attribute of an HTML tag).  
 shapeType (get) Gets the type of a Map Element (the shape attribute of an HTML tag).  
 shapeType (let) Sets the type of a Map Element (the shape attribute of an HTML tag).  
 target (get) Gets the target of the Map Element (the target attribute of an HTML tag).  
 target (let) Sets the target of the Map Element (the target attribute of an HTML tag).  
 url (get) Gets the href of the Map Element (the href attribute of an HTML tag).  
 url (let) Sets the href of the Map Element (the href attribute of an HTML tag).  

See Also