Kinetica C# API  Version 7.0.19.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
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 1018 of file VisualizeImageChart.cs.

Member Data Documentation

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

X axis label positions of sorted_x_values in pixel coordinates.

Definition at line 1027 of file VisualizeImageChart.cs.

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

Y axis label positions of sorted_y_values in pixel coordinates.

Definition at line 1035 of file VisualizeImageChart.cs.

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 1023 of file VisualizeImageChart.cs.

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 1031 of file VisualizeImageChart.cs.


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