Kinetica C# API
Version 6.2.0.1
|
A set of parameters for Kinetica.visualizeImageChart(string,IList<string>,IList<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, 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. More... | |
Public Member Functions inherited from kinetica.KineticaData | |
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... | |
IList< string > | x_column_names [get, set] |
Names of the columns containing the data mapped to the x axis of a chart. More... | |
IList< string > | y_column_names = new List<string>() [get, set] |
Names of the columns containing the data mapped to the y axis of a chart. More... | |
double | min_x = new List<string>() [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... | |
Properties inherited from kinetica.KineticaData | |
Schema | Schema [get] |
Avro Schema for this class More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from kinetica.KineticaData | |
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,IList<string>,IList<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 617 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_names | Names of the columns containing the data mapped to the x axis of a chart. |
y_column_names | Names of the columns 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. The default value is an empty Dictionary. |
Definition at line 834 of file VisualizeImageChart.cs.
|
getset |
Background color of the generated image.
Definition at line 421 of file VisualizeImageChart.cs.
|
getset |
Height of the generated image in pixels.
Definition at line 418 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 402 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 412 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 397 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 407 of file VisualizeImageChart.cs.
|
getset |
Optional parameters.
The default value is an empty Dictionary.
Definition at line 612 of file VisualizeImageChart.cs.
|
getset |
Rendering style options for a chart.
Definition at line 608 of file VisualizeImageChart.cs.
|
getset |
Name of the table containing the data to be drawn as a chart.
Definition at line 384 of file VisualizeImageChart.cs.
|
getset |
Width of the generated image in pixels.
Definition at line 415 of file VisualizeImageChart.cs.
|
getset |
Names of the columns containing the data mapped to the x axis of a chart.
Definition at line 388 of file VisualizeImageChart.cs.
|
getset |
Names of the columns containing the data mapped to the y axis of a chart.
Definition at line 392 of file VisualizeImageChart.cs.