Kinetica C# API
Version 7.0.19.0
|
A set of results returned by Kinetica.visualizeImageChart(string,IList{string},IList{string},double,double,double,double,int,int,string,IDictionary{string, IList{string}},IDictionary{string, string}). More...
Classes | |
struct | AxesInfo |
Information returned for drawing labels for the axes associated with non-numeric columns. More... | |
Properties | |
double | min_x [get, set] |
Lower bound for the x column values as provided in or calculated for non-numeric columns when plot_all option is used. More... | |
double | max_x [get, set] |
Upper bound for the x column values as provided in or calculated for non-numeric columns when plot_all option is used. More... | |
double | min_y [get, set] |
Lower bound for the y column values as provided in or calculated for non-numeric columns when plot_all option is used. More... | |
double | max_y [get, set] |
Upper bound for the y column values as provided in or calculated for non-numeric columns when plot_all option is used. More... | |
int | width [get, set] |
Width of the image as provided in . More... | |
int | height [get, set] |
Height of the image as provided in . More... | |
string | bg_color [get, set] |
Background color of the image as provided in . More... | |
byte[] | image_data [get, set] |
The generated image data. More... | |
IDictionary< string, IList < string > > | axes_info [get, set] |
Information returned for drawing labels for the axes associated with non-numeric columns. More... | |
IDictionary< string, string > | info = new Dictionary<string, IList<string>>() [get, set] |
Additional information. More... | |
Properties inherited from kinetica.KineticaData | |
Schema | Schema [get] |
Avro Schema for this class More... | |
Additional Inherited Members | |
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... | |
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 results returned by Kinetica.visualizeImageChart(string,IList{string},IList{string},double,double,double,double,int,int,string,IDictionary{string, IList{string}},IDictionary{string, string}).
Definition at line 984 of file VisualizeImageChart.cs.
|
getset |
Information returned for drawing labels for the axes associated with non-numeric columns.
Definition at line 1103 of file VisualizeImageChart.cs.
|
getset |
Background color of the image as provided in .
Definition at line 1069 of file VisualizeImageChart.cs.
|
getset |
Height of the image as provided in .
Definition at line 1065 of file VisualizeImageChart.cs.
|
getset |
The generated image data.
Definition at line 1072 of file VisualizeImageChart.cs.
|
getset |
Additional information.
Definition at line 1106 of file VisualizeImageChart.cs.
|
getset |
Upper bound for the x column values as provided in or calculated for non-numeric columns when plot_all option is used.
Definition at line 1047 of file VisualizeImageChart.cs.
|
getset |
Upper bound for the y column values as provided in or calculated for non-numeric columns when plot_all option is used.
Definition at line 1057 of file VisualizeImageChart.cs.
|
getset |
Lower bound for the x column values as provided in or calculated for non-numeric columns when plot_all option is used.
Definition at line 1042 of file VisualizeImageChart.cs.
|
getset |
Lower bound for the y column values as provided in or calculated for non-numeric columns when plot_all option is used.
Definition at line 1052 of file VisualizeImageChart.cs.
|
getset |
Width of the image as provided in .
Definition at line 1061 of file VisualizeImageChart.cs.