MixChart control is use to create a mix chart of data.
Description | ||
new MixChart(params?srcNodeRef?) |
Create a new mix chart. |
Description | ||
TYPE_AREA |
TYPE_AREA : |
|
TYPE_BARS |
TYPE_BARS : |
|
TYPE_CLUSERBARS |
TYPE_CLUSERBARS : |
|
TYPE_CLUSTEREDCOLUMNS |
TYPE_CLUSTEREDCOLUMNS : |
|
TYPE_COLUMNS |
TYPE_COLUMNS : |
|
TYPE_LINE |
TYPE_LINE : |
|
TYPE_MARKER |
TYPE_MARKER : |
|
TYPE_MARKERONLY |
TYPE_MARKERONLY : |
|
TYPE_STACKEDCOLUMNS |
TYPE_STACKEDCOLUMNS : |
Type | Description | |
_styleAttr | Object |
when you want to set style for other node. you can do this by example...
_styleAttr:{
style-property :effected-node
}
this property was effected where this class was inherited and your widget was called by...
var widget = new YourWidget({
style:{
style-property :style-value
}
});
now effected-node in you widget will have style-property = style-value
|
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. |
plotConfig | Object[] |
plotConfig is a array of configurations of chart. |
plotNameField | String | Field name for name of chart. |
resizeChart | Boolean |
If resizeChart is true, will auto resize the chart to fit div container. |
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. |
Return type | Description | |
__baseClassInherit(constructor) | None | get className from superclass. |
style-property
:effected-node
}
this property was effected where this class was inherited and your widget was called by...
var widget = new YourWidget({
style:{
style-property
:style-value
}
});
now effected-node
in you widget will have style-property
= style-value
Default value: {}
Default value: "PLOT_VAL"
Default value: false
If resizeChart is true, will auto resize the chart to fit div container.
Default value: true
<Object>
constructor
|
Required |
|