Basic class for chart controls.
Type | Description | |
categoryField | String |
Field name for group of chart. |
displayedValue | String |
Field name for the values presently display in the controls. |
isCalculateExtent | Boolean |
If isCalculateExtent is true, chart will be expand for gap of data. |
labels | Boolean |
If labels is true, will show the label of chart. |
plotChartName | String |
Name of plotDef. |
plotNameField | String |
Field name for name of chart. |
seriesField | String |
Field name for the series of legend. |
type | String |
Type of chart. |
valField | String |
Field name for value of chart. |
xAxis | Object |
Define configurations of horizontal axis. |
xValueField | String |
Field name for value of horizontal axis. |
yAxis | Object |
Define configurations of vertical axis. |
yAxis | Object |
Array configurations for chart. |