|
Kinetica C# API
Version 7.2.3.0
|
A set of results returned by Kinetica.visualizeImageChart. More...
Inheritance diagram for kinetica.VisualizeImageChartResponse:
Collaboration diagram for kinetica.VisualizeImageChartResponse:Classes | |
| struct | AxesInfo |
| A set of string constants for the parameter axes_info. More... | |
Properties | |
| double | min_x [get, set] |
| Lower bound for the x column values as provided in min_x 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 max_x 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 min_y 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 max_y or calculated for non-numeric columns when plot_all option is used. More... | |
| int | width [get, set] |
| Width of the image as provided in width. More... | |
| int | height [get, set] |
| Height of the image as provided in height. More... | |
| string | bg_color [get, set] |
| Background color of the image as provided in bg_color. More... | |
| byte [] | image_data [get, set] |
| The generated image data. More... | |
| IDictionary< string, IList< string > > | axes_info = new Dictionary<string, IList<string>>() [get, set] |
| Information returned for drawing labels for the axes associated with non-numeric columns. More... | |
| IDictionary< string, string > | info = new Dictionary<string, string>() [get, set] |
| Additional information. More... | |
Properties inherited from kinetica.KineticaData | |
| Schema | Schema [get] |
| Avro Schema for this class More... | |
Properties inherited from Avro.Specific.ISpecificRecord | |
| Schema | Schema [get] |
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... | |
| 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... | |
| 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.
Definition at line 789 of file VisualizeImageChart.cs.
|
getset |
Information returned for drawing labels for the axes associated with non-numeric columns.
Definition at line 880 of file VisualizeImageChart.cs.
|
getset |
Background color of the image as provided in bg_color.
Definition at line 845 of file VisualizeImageChart.cs.
|
getset |
Height of the image as provided in height.
Definition at line 840 of file VisualizeImageChart.cs.
|
getset |
The generated image data.
Definition at line 848 of file VisualizeImageChart.cs.
|
getset |
Additional information.
Definition at line 883 of file VisualizeImageChart.cs.
|
getset |
Upper bound for the x column values as provided in max_x or calculated for non-numeric columns when plot_all option is used.
Definition at line 822 of file VisualizeImageChart.cs.
|
getset |
Upper bound for the y column values as provided in max_y or calculated for non-numeric columns when plot_all option is used.
Definition at line 832 of file VisualizeImageChart.cs.
|
getset |
Lower bound for the x column values as provided in min_x or calculated for non-numeric columns when plot_all option is used.
Definition at line 817 of file VisualizeImageChart.cs.
|
getset |
Lower bound for the y column values as provided in min_y or calculated for non-numeric columns when plot_all option is used.
Definition at line 827 of file VisualizeImageChart.cs.
|
getset |
Width of the image as provided in width.
Definition at line 836 of file VisualizeImageChart.cs.