A set of string constants for the parameter VisualizeImageChartResponse.axes_info. More…
Static Public Attributes | |
| const string | SORTED_X_VALUES = “sorted_x_values” |
| Sorted non-numeric x column value list for drawing x axis label. | |
| const string | LOCATION_X = “location_x” |
| X axis label positions of sorted_x_values in pixel coordinates. | |
| const string | SORTED_Y_VALUES = “sorted_y_values” |
| Sorted non-numeric y column value list for drawing y axis label. | |
| const string | LOCATION_Y = “location_y” |
| Y axis label positions of sorted_y_values in pixel coordinates. | |
Detailed Description
A set of string constants for the parameter VisualizeImageChartResponse.axes_info.
Information returned for drawing labels for the axes associated with non-numeric columns.
Definition at line 886 of file VisualizeImageChart.cs.
Member Data Documentation
◆ LOCATION_X
| static |
X axis label positions of sorted_x_values in pixel coordinates.
Definition at line 894 of file VisualizeImageChart.cs.
◆ LOCATION_Y
| static |
Y axis label positions of sorted_y_values in pixel coordinates.
Definition at line 902 of file VisualizeImageChart.cs.
◆ SORTED_X_VALUES
| static |
Sorted non-numeric x column value list for drawing x axis label.
Definition at line 890 of file VisualizeImageChart.cs.
◆ SORTED_Y_VALUES
| static |
Sorted non-numeric y column value list for drawing y axis label.
Definition at line 898 of file VisualizeImageChart.cs.
The documentation for this struct 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