com.steema.teechart.axis
Class AxisLabelValueEventArgs

java.lang.Object
  extended by com.steema.teechart.events.TeeEvent
      extended by com.steema.teechart.axis.AxisLabelValueEventArgs

public class AxisLabelValueEventArgs
extends TeeEvent


Field Summary
 
Fields inherited from class com.steema.teechart.events.TeeEvent
sender
 
Constructor Summary
AxisLabelValueEventArgs(double tmpValue)
           
 
Method Summary
 double getTmpValue()
           
 void setTmpValue(double value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AxisLabelValueEventArgs

public AxisLabelValueEventArgs(double tmpValue)
Method Detail

getTmpValue

public double getTmpValue()

setTmpValue

public void setTmpValue(double value)