Skip to main content
A newer version of this page is available. .

ChartDataSourceAdapter.UpdateItemsSize() Method

Updates the sizes of chart items.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v18.2.dll

Declaration

public virtual void UpdateItemsSize()

Remarks

This method should be called when the value mapped to the value property of chart items is changed, because the adapter does not support data change tracking.

See Also