A set of results returned by Kinetica.visualizeImageChart. More…
Classes | |
| struct | AxesInfo |
| A set of string constants for the parameter VisualizeImageChartResponse.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. | |
| 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. | |
| 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. | |
| 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. | |
| int | width [get, set] |
| Width of the image as provided in width. | |
| int | height [get, set] |
| Height of the image as provided in height. | |
| string | bg_color [get, set] |
| Background color of the image as provided in bg_color. | |
| byte[] | image_data [get, set] |
| The generated image data. | |
| 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. | |
| IDictionary< string, string > | info = new Dictionary<string, string>() [get, set] |
| Additional information. | |
| Properties inherited from kinetica.KineticaData | |
| Schema | Schema [get] |
| Avro Schema for this class. | |
Additional Inherited Members | |
| Public Member Functions inherited from kinetica.KineticaData | |
| KineticaData (KineticaType type) | |
| Constructor from Kinetica Type. | |
| KineticaData (System.Type type=null) | |
| Default constructor, with optional System.Type. | |
| object | Get (int fieldPos) |
| Retrieve a specific property from this object. | |
| void | Put (int fieldPos, object fieldValue) |
| Write a specific property to this object. | |
| KineticaData (KineticaType type) | |
| Constructor from Kinetica Type. | |
| KineticaData (System.Type type=null) | |
| Default constructor, with optional System.Type. | |
| object | Get (int fieldPos) |
| Retrieve a specific property from this object. | |
| void | Put (int fieldPos, object fieldValue) |
| Write a specific property to this object. | |
| 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. | |
| static ? RecordSchema | SchemaFromType (System.Type t, KineticaType? ktype=null) |
| Create an Avro Schema from a System.Type and a KineticaType. | |
Detailed Description
A set of results returned by Kinetica.visualizeImageChart.
Definition at line 880 of file VisualizeImageChart.cs.
Property Documentation
◆ 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 972 of file VisualizeImageChart.cs.
◆ bg_color
| getset |
Background color of the image as provided in bg_color.
Definition at line 935 of file VisualizeImageChart.cs.
◆ height
| getset |
Height of the image as provided in height.
Definition at line 931 of file VisualizeImageChart.cs.
◆ image_data
| getset |
The generated image data.
Definition at line 938 of file VisualizeImageChart.cs.
◆ info
| getset |
Additional information.
Definition at line 975 of file VisualizeImageChart.cs.
◆ max_x
| 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 913 of file VisualizeImageChart.cs.
◆ max_y
| 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 923 of file VisualizeImageChart.cs.
◆ min_x
| 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 908 of file VisualizeImageChart.cs.
◆ min_y
| 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 918 of file VisualizeImageChart.cs.
◆ width
| getset |
Width of the image as provided in width.
Definition at line 927 of file VisualizeImageChart.cs.
The documentation for this class was generated from the following files:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/VisualizeImageChart.cs
- Kinetica/Protocol/VisualizeImageChart.cs