Kinetica C# API
Version 6.1.0.0
|
A set of parameters for Kinetica.visualizeImageChart(string,string,string,double,double,double,double,int,int,string,IDictionary<string, IList<string>>,IDictionary<string, string>). More...
Classes | |
struct | StyleOptions |
Rendering style options for a chart. More... | |
Public Member Functions | |
VisualizeImageChartRequest () | |
Constructs a VisualizeImageChartRequest object with default parameters. More... | |
VisualizeImageChartRequest (string table_name, string x_column_name, string y_column_name, 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. More... | |
![]() | |
KineticaData (KineticaType type) | |
Constructor from Kinetica Type More... | |
KineticaData (System.Type type=null) | |
Default constructor, with optional System.Type More... | |
object | Get (int fieldPos) |
Retrieve a specific property from this object More... | |
void | Put (int fieldPos, object fieldValue) |
Write a specific property to this object More... | |
Properties | |
string | table_name [get, set] |
Name of the table containing the data to be drawn as a chart. More... | |
string | x_column_name [get, set] |
Name of the column containing the data mapped to the x axis of a chart. More... | |
string | y_column_name [get, set] |
Name of the column containing the data mapped to the y axis of a chart. More... | |
double | min_x [get, set] |
Lower bound for the x column values. More... | |
double | max_x [get, set] |
Upper bound for the x column values. More... | |
double | min_y [get, set] |
Lower bound for the y column values. More... | |
double | max_y [get, set] |
Upper bound for the y column values. More... | |
int | width [get, set] |
Width of the generated image in pixels. More... | |
int | height [get, set] |
Height of the generated image in pixels. More... | |
string | bg_color [get, set] |
Background color of the generated image. More... | |
IDictionary< string, IList< string > > | style_options [get, set] |
Rendering style options for a chart. More... | |
IDictionary< string, string > | options = new Dictionary<string, IList<string>>() [get, set] |
Optional parameters. More... | |
![]() | |
Schema | Schema [get] |
Avro Schema for this class More... | |
Additional Inherited Members | |
![]() | |
static RecordSchema | SchemaFromType (System.Type t, KineticaType ktype=null) |
Create an Avro Schema from a System.Type and a KineticaType. More... | |
A set of parameters for Kinetica.visualizeImageChart(string,string,string,double,double,double,double,int,int,string,IDictionary<string, IList<string>>,IDictionary<string, string>).
Scatter plot is the only plot type currently supported. A non-numeric column can be specified as x or y column and jitters can be added to them to avoid excessive overlapping. All color values must be in the format RRGGBB or AARRGGBB (to specify the alpha value). The image is contained in the <member name="image_data"> field.
Definition at line 24 of file VisualizeImageChart.cs.
|
inline |
Constructs a VisualizeImageChartRequest object with default parameters.
Definition at line 443 of file VisualizeImageChart.cs.
|
inline |
Constructs a VisualizeImageChartRequest object with the specified parameters.
table_name | Name of the table containing the data to be drawn as a chart. |
x_column_name | Name of the column containing the data mapped to the x axis of a chart. |
y_column_name | Name of the column containing the data mapped to the y axis of a chart. |
min_x | Lower bound for the x column values. For non-numeric x column, each x column item is mapped to an integral value starting from 0. |
max_x | Upper bound for the x column values. For non-numeric x column, each x column item is mapped to an integral value starting from 0. |
min_y | Lower bound for the y column values. For non-numeric y column, each y column item is mapped to an integral value starting from 0. |
max_y | Upper bound for the y column values. For non-numeric y column, each y column item is mapped to an integral value starting from 0. |
width | Width of the generated image in pixels. |
height | Height of the generated image in pixels. |
bg_color | Background color of the generated image. |
style_options | Rendering style options for a chart.
|
options | Optional parameters. |
Definition at line 601 of file VisualizeImageChart.cs.
|
getset |
Background color of the generated image.
Definition at line 306 of file VisualizeImageChart.cs.
|
getset |
Height of the generated image in pixels.
Definition at line 303 of file VisualizeImageChart.cs.
|
getset |
Upper bound for the x column values.
For non-numeric x column, each x column item is mapped to an integral value starting from 0.
Definition at line 287 of file VisualizeImageChart.cs.
|
getset |
Upper bound for the y column values.
For non-numeric y column, each y column item is mapped to an integral value starting from 0.
Definition at line 297 of file VisualizeImageChart.cs.
|
getset |
Lower bound for the x column values.
For non-numeric x column, each x column item is mapped to an integral value starting from 0.
Definition at line 282 of file VisualizeImageChart.cs.
|
getset |
Lower bound for the y column values.
For non-numeric y column, each y column item is mapped to an integral value starting from 0.
Definition at line 292 of file VisualizeImageChart.cs.
|
getset |
Optional parameters.
Definition at line 438 of file VisualizeImageChart.cs.
|
getset |
Rendering style options for a chart.
Definition at line 435 of file VisualizeImageChart.cs.
|
getset |
Name of the table containing the data to be drawn as a chart.
Definition at line 269 of file VisualizeImageChart.cs.
|
getset |
Width of the generated image in pixels.
Definition at line 300 of file VisualizeImageChart.cs.
|
getset |
Name of the column containing the data mapped to the x axis of a chart.
Definition at line 273 of file VisualizeImageChart.cs.
|
getset |
Name of the column containing the data mapped to the y axis of a chart.
Definition at line 277 of file VisualizeImageChart.cs.