com.sas.graphics.components
Interface ProbeListener

All Superinterfaces:
java.util.EventListener

public interface ProbeListener
extends java.util.EventListener

You can register a ProbeListener with a chart so as to be notified when a the mouse pointer passes over a data-element area. The "Probe" 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
See Also:
ProbeEvent

Method Summary
 void probeUpdate(ProbeEvent e)
           
 

Method Detail

probeUpdate

void probeUpdate(ProbeEvent e)



Copyright © 2009 SAS Institute Inc. All Rights Reserved.