public static class Layer1PriceAxisRangeCalculatable.ResultPriceAxisInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String[] |
labels |
double |
maxValue |
double |
minValue |
| Constructor and Description |
|---|
ResultPriceAxisInfo(double minValue,
double maxValue,
java.lang.String[] labels) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public final double minValue
public final double maxValue
public final java.lang.String[] labels
public ResultPriceAxisInfo(double minValue,
double maxValue,
java.lang.String[] labels)
minValue - value corresponding to bottom pixel of chartmaxValue - value corresponding to top pixel of chartlabels - of horizontal lines, from bottom to top
Example: for 2.3 lines count minValue = 0, maxValue = 23 and labels 10 and 20 is correct