Kinetica C# API
Version 6.2.0.1
|
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... | |
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 868 of file VisualizeImageChart.cs.
|
getset |
Information returned for drawing labels for the axes associated with non-numeric columns.
Definition at line 987 of file VisualizeImageChart.cs.
|
getset |
Background color of the image as provided in .
Definition at line 953 of file VisualizeImageChart.cs.
|
getset |
Height of the image as provided in .
Definition at line 949 of file VisualizeImageChart.cs.
|
getset |
The generated image data.
Definition at line 956 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 931 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 941 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 926 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 936 of file VisualizeImageChart.cs.
|
getset |
Width of the image as provided in .
Definition at line 945 of file VisualizeImageChart.cs.