JavaXT
|
|||||
BarGraph ClassUsed to create a simple bar graph.
ConstructorsUsed to instantiate this class
Config Optionsanimate
animationSteps
maxHorizonalLabels
style
EventsPublic Methodsdeselect( idx ) Used to "deselect" a bar in the graph by removing the select style from the bar. selectAll( ) Used to "select" all the bars in the graph by adding the select style to the bars. deselectAll( ) Used to "deselect" all the bars in the graph by removing the select style from all the bars. getSelectedItems( ) Returns an array of selected items. Each item in the array includes the index, value, and cell |