com.steema.teechart.axis
Class NextAxisLabelValue

java.lang.Object
  extended by com.steema.teechart.axis.NextAxisLabelValue

public final class NextAxisLabelValue
extends java.lang.Object

Title: TeeChart for Java

Description: TeeChart for Java

Copyright (c) 2004-2008 by Steema Software SL. All Rights Reserved.

Company: Steema Software SL


Constructor Summary
NextAxisLabelValue()
           
NextAxisLabelValue(double labelValue, boolean stop)
           
 
Method Summary
 double getLabelValue()
          Returns the desired Axis Label value.
 boolean getStop()
          The Stop parameter is false by default, meaning that if it's not
set to true the first time this event gets called, TeeChart will
draw the default Axis Labels.

Default value: false
 void setLabelValue(double labelValue)
          Specifies the desired Axis Label value.
 void setStop(boolean stop)
          The Stop parameter is false by default, meaning that if it's not
set to true the first time this event gets called, TeeChart will
draw the default Axis Labels.

Default value: false
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NextAxisLabelValue

public NextAxisLabelValue()

NextAxisLabelValue

public NextAxisLabelValue(double labelValue,
                          boolean stop)
Method Detail

setLabelValue

public void setLabelValue(double labelValue)
Specifies the desired Axis Label value.

Parameters:
labelValue - double

getLabelValue

public double getLabelValue()
Returns the desired Axis Label value.

Returns:
double

setStop

public void setStop(boolean stop)
The Stop parameter is false by default, meaning that if it's not
set to true the first time this event gets called, TeeChart will
draw the default Axis Labels.

Default value: false

Parameters:
stop - boolean

getStop

public boolean getStop()
The Stop parameter is false by default, meaning that if it's not
set to true the first time this event gets called, TeeChart will
draw the default Axis Labels.

Default value: false

Returns:
boolean