Skip to main content

ChartDataSourceAdapter.UpdateItemsSize() Method

Updates the sizes of chart items.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

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