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)
           
NextAxisLabelValue(int labelIndex, double labelValue, boolean doStop)
           
 
Method Summary
 int getLabelIndex()
          Returns the desired Axis Label index.
 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.
 void setLabelIndex(int labelIndex)
          Specifies the desired Axis Label index.
 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.
 
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)

NextAxisLabelValue

public NextAxisLabelValue(int labelIndex,
                          double labelValue,
                          boolean doStop)
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

setLabelIndex

public void setLabelIndex(int labelIndex)
Specifies the desired Axis Label index.

Parameters:
labelValue - double

getLabelIndex

public int getLabelIndex()
Returns the desired Axis Label index.

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