LineChart control is use to create a line chart of data.
Description | ||
new LineChart(params?srcNodeRef?) |
Create a new line chart. |
Description | ||
BOTTOM |
BOTTOM : |
|
RIGHT |
RIGHT : |
|
TOP |
TOP : |
|
TYPE_AREA |
TYPE_AREA : |
|
TYPE_LINE |
TYPE_LINE : |
|
TYPE_MARKER |
TYPE_MARKER : |
|
TYPE_MARKERONLY |
TYPE_MARKERONLY : |
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. |
legendPosition | String |
Position of legend of chart. (See constants.) |
plotChartName | String | Name of plotDef. |
plotDef | Object |
plotDef is 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. (See constants.) |
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 |
|