-
public final class AxisLabelItemClass that represents Axis label item. chartValue is position according to current scale. label is label to display. If label is not present uses chartValue#toString()
-
-
Field Summary
Fields Modifier and Type Field Description private final FloatchartValueprivate final Stringlabel
-
Constructor Summary
Constructors Constructor Description AxisLabelItem(Float chartValue, String label)
-
Method Summary
Modifier and Type Method Description final FloatgetChartValue()final StringgetLabel()
-