Kinetica C# API  Version 7.0.19.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
kinetica.VisualizeImageChartResponse Class Reference

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...

+ Inheritance diagram for kinetica.VisualizeImageChartResponse:
+ Collaboration diagram for kinetica.VisualizeImageChartResponse:

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...
 

Detailed Description

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.

Property Documentation

IDictionary<string, IList<string> > kinetica.VisualizeImageChartResponse.axes_info
getset

Information returned for drawing labels for the axes associated with non-numeric columns.

  • SORTED_X_VALUES: Sorted non-numeric x column value list for drawing x axis label.
  • LOCATION_X: X axis label positions of sorted_x_values in pixel coordinates.
  • SORTED_Y_VALUES: Sorted non-numeric y column value list for drawing y axis label.
  • LOCATION_Y: Y axis label positions of sorted_y_values in pixel coordinates.

Definition at line 1103 of file VisualizeImageChart.cs.

string kinetica.VisualizeImageChartResponse.bg_color
getset

Background color of the image as provided in .

Definition at line 1069 of file VisualizeImageChart.cs.

int kinetica.VisualizeImageChartResponse.height
getset

Height of the image as provided in .

Definition at line 1065 of file VisualizeImageChart.cs.

byte [] kinetica.VisualizeImageChartResponse.image_data
getset

The generated image data.

Definition at line 1072 of file VisualizeImageChart.cs.

IDictionary<string, string> kinetica.VisualizeImageChartResponse.info = new Dictionary<string, IList<string>>()
getset

Additional information.

Definition at line 1106 of file VisualizeImageChart.cs.

double kinetica.VisualizeImageChartResponse.max_x
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.

double kinetica.VisualizeImageChartResponse.max_y
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.

double kinetica.VisualizeImageChartResponse.min_x
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.

double kinetica.VisualizeImageChartResponse.min_y
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.

int kinetica.VisualizeImageChartResponse.width
getset

Width of the image as provided in .

Definition at line 1061 of file VisualizeImageChart.cs.


The documentation for this class was generated from the following file: