Skip to main content

Class VisualizeImageChartResponse.AxesInfo

java.lang.Object
com.gpudb.protocol.VisualizeImageChartResponse.AxesInfo

public static final class VisualizeImageChartResponse.AxesInfo extends Object
A set of string constants for the VisualizeImageChartResponse parameter axesInfo.

Information returned for drawing labels for the axes associated with non-numeric columns.

  • Field Details

    • SORTED_X_VALUES

      public static final String SORTED_X_VALUES
      Sorted non-numeric x column value list for drawing x axis label.
    • LOCATION_X

      public static final String LOCATION_X
      X axis label positions of sorted_x_values in pixel coordinates.
    • SORTED_Y_VALUES

      public static final String SORTED_Y_VALUES
      Sorted non-numeric y column value list for drawing y axis label.
    • LOCATION_Y

      public static final String LOCATION_Y
      Y axis label positions of sorted_y_values in pixel coordinates.