|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.steema.teechart.axis.NextAxisLabelValue
public final class NextAxisLabelValue
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 |
---|
public NextAxisLabelValue()
public NextAxisLabelValue(double labelValue, boolean stop)
Method Detail |
---|
public void setLabelValue(double labelValue)
labelValue
- doublepublic double getLabelValue()
public void setStop(boolean stop)
stop
- booleanpublic boolean getStop()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |