Class WStandardChartProxyModel


public class WStandardChartProxyModel extends WAbstractChartModel
A WAbstractChartModel implementation that wraps a WAbstractItemModel.

This model delegates all functions to an underlying WAbstractItemModel, using the appropriate roles.

This model also triggers the WAbstractChartModel.changed() signal whenever the underlying WAbstractItemModel is changed.