public final class NextAxisLabelValue
extends java.lang.Object
Title: TeeChart for Java
Description: TeeChart for Java
Copyright (c) 2004-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Constructor and Description |
---|
NextAxisLabelValue() |
NextAxisLabelValue(double labelValue,
boolean stop) |
NextAxisLabelValue(int labelIndex,
double labelValue,
boolean doStop) |
Modifier and Type | Method and Description |
---|---|
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. Default value: false |
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. Default value: false |
public NextAxisLabelValue()
public NextAxisLabelValue(double labelValue, boolean stop)
public NextAxisLabelValue(int labelIndex, double labelValue, boolean doStop)
public void setLabelValue(double labelValue)
labelValue
- doublepublic double getLabelValue()
public void setLabelIndex(int labelIndex)
labelIndex
- doublepublic int getLabelIndex()
public void setStop(boolean stop)
stop
- booleanpublic boolean getStop()