public static final class VisualizeImageChartRequest.StyleOptions extends Object
VisualizeImageChartRequest
parameter styleOptions
.
Rendering style options for a chart.
Modifier and Type | Field and Description |
---|---|
static String |
CB_DELIMITER
A character or string which separates per-class values in a
class-break style option string.
|
static String |
CB_POINTCOLORS
Point color class break information consisting of three entries:
class-break attribute, class-break values/ranges, and point color
values.
|
static String |
CB_POINTSHAPES
Point shape class break information consisting of three entries:
class-break attribute, class-break values/ranges, and point shape
names.
|
static String |
CB_POINTSIZES
Point size class break information consisting of three entries:
class-break attribute, class-break values/ranges, and point size
values.
|
static String |
CIRCLE |
static String |
DIAMOND |
static String |
HOLLOWCIRCLE |
static String |
HOLLOWDIAMOND |
static String |
HOLLOWSQUARE |
static String |
JITTER_X
Amplitude of horizontal jitter applied to non-numeric x column
values.
|
static String |
JITTER_Y
Amplitude of vertical jitter applied to non-numeric y column values.
|
static String |
LOG
A base-10 log scale is applied to the y axis.
|
static String |
MIN_MAX_SCALED
If this options is set to "false", this endpoint expects request's
min/max values are not yet scaled.
|
static String |
NONE
No scale is applied to the y axis.
|
static String |
PLOT_ALL
If this options is set to "true", all non-numeric column values are
plotted ignoring min_x, max_x, min_y and max_y parameters.
|
static String |
POINTCOLOR
The color of points in the plot represented as a hexadecimal number.
|
static String |
POINTSHAPE
The shape of points in the plot.
|
static String |
POINTSIZE
The size of points in the plot represented as number of pixels.
|
static String |
SCALE_TYPE_X
Type of x axis scale.
|
static String |
SCALE_TYPE_Y
Type of y axis scale.
|
static String |
SQUARE |
static String |
X_ORDER_BY
An expression or aggregate expression by which non-numeric x column
values are sorted, e.g.
|
static String |
Y_ORDER_BY
An expression or aggregate expression by which non-numeric y column
values are sorted, e.g.
|
public static final String POINTCOLOR
public static final String POINTSIZE
public static final String POINTSHAPE
SQUARE
.public static final String NONE
public static final String CIRCLE
public static final String SQUARE
public static final String DIAMOND
public static final String HOLLOWCIRCLE
public static final String HOLLOWSQUARE
public static final String HOLLOWDIAMOND
public static final String CB_POINTCOLORS
public static final String CB_POINTSIZES
public static final String CB_POINTSHAPES
public static final String CB_DELIMITER
public static final String X_ORDER_BY
public static final String Y_ORDER_BY
public static final String SCALE_TYPE_X
NONE
.public static final String LOG
public static final String SCALE_TYPE_Y
NONE
.public static final String MIN_MAX_SCALED
public static final String JITTER_X
public static final String JITTER_Y
public static final String PLOT_ALL
Copyright © 2025. All rights reserved.