IlvChart
Field Attributes | Field Name and Description |
---|---|
The type for a CARTESIAN chart.
|
|
The type for a PIE chart.
|
Method Attributes | Method Name and Description |
---|---|
Returns the data source of the
IlvChart . |
|
Returns the current visible
IlvDataWindow of
the chart coordinate system. |
|
scroll(deltaX, deltaY)
Scrolls the visible range of the x- and y-axis by the specified amount.
|
|
setAutoVisibleRange(value)
When set to
true make sure the axis visible
ranges are automatically computed. |
|
updateDataSource(oncompleted)
Refresh client data cache with latest
IlvDataSource
updates on the server. |
|
zoom(dataWindow)
Changes the visible range of the x- and y-axis according to the specified
data window.
|
IlvChart
. May return
null
if no renderer has been added to the chart.
IlvDataWindow
of
the chart coordinate system.
true
make sure the axis visible
ranges are automatically computed.
IlvDataSource
updates on the server. If provided oncompleted
function
will be executed after updating the data.