Chart FX 7 for Java Server

com.softwarefx.chartfx.server
Interface AxisLabelListener

All Superinterfaces:
EventListener

public interface AxisLabelListener
extends EventListener

This is the listener interface for AxisLabel event. The event ocurrs before the axis label is painted.

This event will be fired for axes that have the Axis.setNotify(boolean) attribute set to True.


Method Summary
 void axisLabelEventHandler(AxisLabelEvent e)
          Invoked when the AxisLabel event occurs.
 

Method Detail

axisLabelEventHandler

void axisLabelEventHandler(AxisLabelEvent e)

Invoked when the AxisLabel event occurs.


http://www.softwarefx.com

2008 Software FX, Inc. All Rights Reserved. Chart FX is a registered trademark of Software FX, Inc
All other names are trademarks or registered trademarks of their respective owners.