JavaScript/jQuery Funnel - Methods
Methods used to control the funnel item.
getColor()
Gets the funnel item's color specified in the data source or palette.
The funnel item's color.
See Also
hover(state)
Changes the funnel item's hover state.
true sets the funnel item into the hover state; false sets it back.
See Also
- item.hoverStyle
- onHoverChanged
isHovered()
Indicates whether the funnel item is in the hover state.
true if the funnel item is in the hover state; otherwise false.
See Also
isSelected()
Indicates whether the funnel item is selected.
true if the funnel item is selected; otherwise false.
select(state)
Selects or cancels the funnel item's selection.
true selects the funnel item; false cancels the selection.
See onItemClick to learn how to implement selection.
See Also
If you have technical questions, please create a support ticket in the DevExpress Support Center.