com.sas.graphics.components
Interface GraphActionListener

All Superinterfaces:
java.util.EventListener

public interface GraphActionListener
extends java.util.EventListener

You can register an GraphActionListener with a chart so as to be notified when a mouse click occurs over a data-element area. The "GraphAction" event will contain all associated data ascribed to the data-element. "data-elements" are those chart graphics depicting the values found in the data model. For example the bars in the BarChart are data-elements but the axis, legend, titles, footnotes, etc are not.

Since:
SAS 9.1.2
See Also:
GraphActionEvent

Method Summary
 void actionPerformed(GraphActionEvent e)
           
 

Method Detail

actionPerformed

void actionPerformed(GraphActionEvent e)



Copyright © 2009 SAS Institute Inc. All Rights Reserved.