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