public class IlvLODHandler extends Object
Modifier and Type | Method and Description |
---|---|
static void |
connect(IlvChart chart,
IlvLODDataSet dataSet)
Connects a load-on-demand data set to a chart.
|
static void |
disconnect(IlvChart chart,
IlvLODDataSet dataSet)
Disconnects a load-on-demand data set from a chart.
|
public static void connect(IlvChart chart, IlvLODDataSet dataSet)
This connection is automatically executed when a data set is displayed by a chart. Once this connection is active, the changes in the visible range of the x-axis of the chart trigger a loading request on the data set.
public static void disconnect(IlvChart chart, IlvLODDataSet dataSet)
The disconnection is automatically executed when a data set is no longer displayed by a chart. You can manually use this method to temporarily disable the load-on-demand mechanism for the specified data set.
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.