Kinetica C# API
Version 6.2.0.1
|
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... | |
Information returned for drawing labels for the axes associated with non-numeric columns.
A set of string constants for the parameter <member name="axes_info">.
Definition at line 902 of file VisualizeImageChart.cs.
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.
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.
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.
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.