public static final class VisualizeImageChartResponse.AxesInfo extends Object
SORTED_X_VALUES
: Sorted non-numeric x column value list for drawing x
axis label.
LOCATION_X
: X axis label positions of sorted_x_values in pixel
coordinates.
SORTED_Y_VALUES
: Sorted non-numeric y column value list for drawing y
axis label.
LOCATION_Y
: Y axis label positions of sorted_y_values in pixel
coordinates.
axesInfo
.Modifier and Type | Field and Description |
---|---|
static String |
LOCATION_X
X axis label positions of sorted_x_values in pixel coordinates.
|
static String |
LOCATION_Y
Y axis label positions of sorted_y_values in pixel coordinates.
|
static String |
SORTED_X_VALUES
Sorted non-numeric x column value list for drawing x axis label.
|
static String |
SORTED_Y_VALUES
Sorted non-numeric y column value list for drawing y axis label.
|
public static final String SORTED_X_VALUES
public static final String LOCATION_X
public static final String SORTED_Y_VALUES
public static final String LOCATION_Y
Copyright © 2020. All rights reserved.