7 using System.Collections.Generic;
78 public const string NONE =
"none";
80 public const string CIRCLE =
"circle";
81 public const string SQUARE =
"square";
153 public const string LOG =
"log";
228 public const string NONE =
"none";
471 public IDictionary<string, IList<string>>
style_options {
get;
set; } =
new Dictionary<string, IList<string>>();
500 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
769 IDictionary<string, string>
options =
null)
782 this.
options = options ??
new Dictionary<string, string>();
880 public IDictionary<string, IList<string>>
axes_info {
get;
set; } =
new Dictionary<string, IList<string>>();
883 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, string>();
const string LOG
A base-10 log scale is applied to the y axis.
A set of string constants for the parameter options.
const string MIN_MAX_SCALED
If this options is set to "false", this endpoint expects request's min/max values are not yet scaled.
double min_y
Lower bound for the y column values as provided in min_y or calculated for non-numeric columns when p...
int height
Height of the generated image in pixels.
const string HOLLOWSQUARE
const string CB_POINTCOLORS
Point color class break information consisting of three entries: class-break attribute,...
A set of results returned by Kinetica.visualizeImageChart.
const string POINTSHAPE
The shape of points in the plot.
IDictionary< string, IList< string > > style_options
Rendering style options for a chart.
const string JITTER_X
Amplitude of horizontal jitter applied to non-numeric x column values.
IList< string > y_column_names
Names of the columns containing the data mapped to the y axis of a chart.
IDictionary< string, string > info
Additional information.
int width
Width of the generated image in pixels.
const string NONE
Do not apply any additional encoding to the output image.
int height
Height of the image as provided in height.
IDictionary< string, IList< string > > axes_info
Information returned for drawing labels for the axes associated with non-numeric columns.
double min_x
Lower bound for the x column values.
const string POINTCOLOR
The color of points in the plot represented as a hexadecimal number.
const string JITTER_Y
Amplitude of vertical jitter applied to non-numeric y column values.
VisualizeImageChartRequest(string table_name, IList< string > x_column_names, IList< string > y_column_names, double min_x, double max_x, double min_y, double max_y, int width, int height, string bg_color, IDictionary< string, IList< string >> style_options, IDictionary< string, string > options=null)
Constructs a VisualizeImageChartRequest object with the specified parameters.
const string LOCATION_Y
Y axis label positions of sorted_y_values in pixel coordinates.
int width
Width of the image as provided in width.
const string SORTED_X_VALUES
Sorted non-numeric x column value list for drawing x axis label.
VisualizeImageChartRequest()
Constructs a VisualizeImageChartRequest object with default parameters.
const string LOCATION_X
X axis label positions of sorted_x_values in pixel coordinates.
A set of string constants for the parameter axes_info.
double min_y
Lower bound for the y column values.
byte [] image_data
The generated image data.
double max_y
Upper bound for the y column values.
IDictionary< string, string > options
Optional parameters.
const string SCALE_TYPE_Y
Type of y axis scale.
const string SORTED_Y_VALUES
Sorted non-numeric y column value list for drawing y axis label.
A set of string constants for the parameter style_options.
IList< string > x_column_names
Names of the columns containing the data mapped to the x axis of a chart.
double max_x
Upper bound for the x column values.
const string CB_POINTSHAPES
Point shape class break information consisting of three entries: class-break attribute,...
double max_x
Upper bound for the x column values as provided in max_x or calculated for non-numeric columns when p...
const string SCALE_TYPE_X
Type of x axis scale.
const string PLOT_ALL
If this options is set to "true", all non-numeric column values are plotted ignoring min_x,...
const string BASE64
Apply base64 encoding to the output image.
double min_x
Lower bound for the x column values as provided in min_x or calculated for non-numeric columns when p...
const string POINTSIZE
The size of points in the plot represented as number of pixels.
const string HOLLOWCIRCLE
const string NONE
No scale is applied to the y axis.
string bg_color
Background color of the generated image.
const string IMAGE_ENCODING
Encoding to be applied to the output image.
double max_y
Upper bound for the y column values as provided in max_y or calculated for non-numeric columns when p...
const string Y_ORDER_BY
An expression or aggregate expression by which non-numeric y column values are sorted,...
KineticaData - class to help with Avro Encoding for Kinetica
const string CB_DELIMITER
A character or string which separates per-class values in a class-break style option string.
A set of parameters for Kinetica.visualizeImageChart.
string table_name
Name of the table containing the data to be drawn as a chart, in [schema_name.
const string CB_POINTSIZES
Point size class break information consisting of three entries: class-break attribute,...
const string X_ORDER_BY
An expression or aggregate expression by which non-numeric x column values are sorted,...
string bg_color
Background color of the image as provided in bg_color.
const string HOLLOWDIAMOND