_ChartBase

(esrith/amos/chart/_ChartBase)

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.

Properties Detail
<String>
categoryField

Field name for group of chart.

Default value: "CAT_NAME"

<String>
displayedValue

Field name for the values presently display in the controls.

Default value: "PLOT_VAL"

<Boolean>
isCalculateExtent

If isCalculateExtent is true, chart will be expand for gap of data.

Default value: false

<Boolean>
labels

If labels is true, will show the label of chart.

Default value: true

<String>
plotChartName

Name of plotDef.

Default value: "default"

<String>
plotNameField

Field name for name of chart.

Default value: "PLOT_NAME"

<String>
seriesField

Field name for the series of legend.

Default value: "SERIE_NAME"

<String>
type

Type of chart.

<String>
valField

Field name for value of chart.

Default value: "VAL"

<Object>
xAxis

Define configurations of horizontal axis.

<String>
xValueField

Field name for value of horizontal axis.

Default value: "X_VAL"

<Object>
yAxis

Define configurations of vertical axis.

<Object>
yAxis

Array configurations for chart.