dojox/geo/charting/Feature (version 1.10)

Summary

A class to encapsulate a map element.

Usage

var foo = new Feature(parent,name,shapeData);
dojox/geo/charting/Feature
Parameter Type Description
parent undefined
name undefined
shapeData undefined

See the dojox/geo/charting/Feature reference documentation for more information.

Property Summary

Method Summary

Properties

_isZoomIn
isSelected
markerText

Methods

_normalizeStrokeWeight(weight)
Parameter Type Description
weight undefined
Returns:number
_onclickHandler(evt)
Parameter Type Description
evt undefined
_onmousemoveHandler(evt)
Parameter Type Description
evt undefined
_onmouseoutHandler()
_onmouseoverHandler(evt)
Parameter Type Description
evt undefined
_setFillWith(color)
Parameter Type Description
color undefined
_setStrokeWith(stroke)
Parameter Type Description
stroke undefined
_zoomIn()
_zoomOut()
init()

Initializes this feature.

select(selected)

Sets the selected state of this feature to the given value.

Parameter Type Description
selected Boolean

A Boolean value indicating the selected state.

setValue(value)

sets a numeric value on this Feature object (used together with series to apply a color).

Parameter Type Description
value Number

A numeric value.

unsetColor()

clears the colors on this Feature object.

unsetValue()

clears the numeric value on this Feature object (removes color).

Error in the documentation? Can’t find what you are looking for? Let us know!