Kinetica C# API
Version 7.2.3.0
|
A set of string constants for the parameter axes_info. 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... | |
A set of string constants for the parameter axes_info.
Information returned for drawing labels for the axes associated with non-numeric columns.
Definition at line 795 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 803 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 811 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 799 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 807 of file VisualizeImageChart.cs.