public class DataTickLabelInfo extends TickLabelInfo
TickLabelCallback
implementations use this information to customize tick labels.TickLabelCallback
Modifier and Type | Field and Description |
---|---|
protected double |
m_value |
m_index
Constructor and Description |
---|
DataTickLabelInfo(int index, double value)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
double |
getValue()
Retrieves the value of the tick mark.
|
getIndex
protected double m_value