Skip to main content

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

const string kinetica.VisualizeImageChartResponse.AxesInfo.LOCATION_X = “location_x”
static

X axis label positions of sorted_x_values in pixel coordinates.

Definition at line 894 of file VisualizeImageChart.cs.

◆ LOCATION_Y

const string kinetica.VisualizeImageChartResponse.AxesInfo.LOCATION_Y = “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

const string kinetica.VisualizeImageChartResponse.AxesInfo.SORTED_X_VALUES = “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

const string kinetica.VisualizeImageChartResponse.AxesInfo.SORTED_Y_VALUES = “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: