Skip to main content

XYDiagram2D.ShouldSerializeAllPanes(XamlDesignerSerializationManager) Method

Tests whether panes should be persisted.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public bool ShouldSerializeAllPanes(
    XamlDesignerSerializationManager manager
)

Parameters

Name Type
manager XamlDesignerSerializationManager

Returns

Type
Boolean

Remarks

This member supports the internal infrastructure, and is not intended to be used directly from your code.

See Also