Kinetica C# API  Version 6.2.0.1
kinetica.VisualizeImageChartResponse.AxesInfo Struct Reference

Information returned for drawing labels for the axes associated with non-numeric columns. More...

Public Attributes

const string SORTED_X_VALUES = "sorted_x_values"
 Sorted non-numeric x column value list for drawing x axis label. More...
 
const string LOCATION_X = "location_x"
 X axis label positions of sorted_x_values in pixel coordinates. More...
 
const string SORTED_Y_VALUES = "sorted_y_values"
 Sorted non-numeric y column value list for drawing y axis label. More...
 
const string LOCATION_Y = "location_y"
 Y axis label positions of sorted_y_values in pixel coordinates. More...
 

Detailed Description

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.


A set of string constants for the parameter <member name="axes_info">.

Definition at line 902 of file VisualizeImageChart.cs.

Member Data Documentation

◆ LOCATION_X

const string kinetica.VisualizeImageChartResponse.AxesInfo.LOCATION_X = "location_x"

X axis label positions of sorted_x_values in pixel coordinates.

Definition at line 911 of file VisualizeImageChart.cs.

◆ LOCATION_Y

const string kinetica.VisualizeImageChartResponse.AxesInfo.LOCATION_Y = "location_y"

Y axis label positions of sorted_y_values in pixel coordinates.

Definition at line 919 of file VisualizeImageChart.cs.

◆ SORTED_X_VALUES

const string kinetica.VisualizeImageChartResponse.AxesInfo.SORTED_X_VALUES = "sorted_x_values"

Sorted non-numeric x column value list for drawing x axis label.

Definition at line 907 of file VisualizeImageChart.cs.

◆ SORTED_Y_VALUES

const string kinetica.VisualizeImageChartResponse.AxesInfo.SORTED_Y_VALUES = "sorted_y_values"

Sorted non-numeric y column value list for drawing y axis label.

Definition at line 915 of file VisualizeImageChart.cs.


The documentation for this struct was generated from the following file: