Skip to main content

Diagram.ShouldSerializeAnnotations(XamlDesignerSerializationManager) Method

Indicates whether the effective value of the Diagram.Annotations property should be serialized during serialization of a Diagram object.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public bool ShouldSerializeAnnotations(
    XamlDesignerSerializationManager manager
)

Parameters

Name Type Description
manager XamlDesignerSerializationManager

A XamlDesignerSerializationManager object, which is the serialization service manager object for the Diagram.

Returns

Type Description
Boolean

This property returns false to avoid serialization of the Diagram.Annotations property using XamlWriter.

See Also