public static final class VisualizeImageChartResponse.AxesInfo extends Object
VisualizeImageChartResponse
parameter axesInfo
.
Information returned for drawing labels for the axes associated with non-numeric columns.
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 © 2025. All rights reserved.