◆ visualizeImageChart() [1/2]
| inline |
Scatter plot is the only plot type currently supported.
A non-numeric column can be specified as x or y column and jitters can be added to them to avoid excessive overlapping. All color values must be in the format RRGGBB or AARRGGBB (to specify the alpha value).The image is contained in the image_data field.
| table_name | Name of the table containing the data to be drawn as a chart, in [schema_name.]table_name format, using standard name resolution rules. |
| x_column_names | Names of the columns containing the data mapped to the x axis of a chart. |
| y_column_names | Names of the columns containing the data mapped to the y axis of a chart. |
| min_x | Lower bound for the x column values. For non-numeric x column, each x column item is mapped to an integral value starting from 0. |
| max_x | Upper bound for the x column values. For non-numeric x column, each x column item is mapped to an integral value starting from 0. |
| min_y | Lower bound for the y column values. For non-numeric y column, each y column item is mapped to an integral value starting from 0. |
| max_y | Upper bound for the y column values. For non-numeric y column, each y column item is mapped to an integral value starting from 0. |
| width | Width of the generated image in pixels. |
| height | Height of the generated image in pixels. |
| bg_color | Background color of the generated image. |
| style_options | Rendering style options for a chart.
|
| options | Optional parameters.
|
Definition at line 66692 of file KineticaFunctions.cs.
◆ visualizeImageChart() [2/2]
| inline |
Scatter plot is the only plot type currently supported.
A non-numeric column can be specified as x or y column and jitters can be added to them to avoid excessive overlapping. All color values must be in the format RRGGBB or AARRGGBB (to specify the alpha value).The image is contained in the image_data field.
| request_ | Request object containing the parameters for the operation. |
Definition at line 66379 of file KineticaFunctions.cs.
◆ VisualizeImageChartAsync() [1/2]
| inline |
Scatter plot is the only plot type currently supported.
(async)
A non-numeric column can be specified as x or y column and jitters can be added to them to avoid excessive overlapping. All color values must be in the format RRGGBB or AARRGGBB (to specify the alpha value).The image is contained in the image_data field.
| table_name | Name of the table containing the data to be drawn as a chart, in [schema_name.]table_name format, using standard name resolution rules. |
| x_column_names | Names of the columns containing the data mapped to the x axis of a chart. |
| y_column_names | Names of the columns containing the data mapped to the y axis of a chart. |
| min_x | Lower bound for the x column values. For non-numeric x column, each x column item is mapped to an integral value starting from 0. |
| max_x | Upper bound for the x column values. For non-numeric x column, each x column item is mapped to an integral value starting from 0. |
| min_y | Lower bound for the y column values. For non-numeric y column, each y column item is mapped to an integral value starting from 0. |
| max_y | Upper bound for the y column values. For non-numeric y column, each y column item is mapped to an integral value starting from 0. |
| width | Width of the generated image in pixels. |
| height | Height of the generated image in pixels. |
| bg_color | Background color of the generated image. |
| style_options | Rendering style options for a chart.
|
| options | Optional parameters.
|
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 66999 of file KineticaFunctions.cs.
◆ VisualizeImageChartAsync() [2/2]
| inline |
Scatter plot is the only plot type currently supported.
(async)
A non-numeric column can be specified as x or y column and jitters can be added to them to avoid excessive overlapping. All color values must be in the format RRGGBB or AARRGGBB (to specify the alpha value).The image is contained in the image_data field.
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 66401 of file KineticaFunctions.cs.