Search
XmlPersistContext.IncludeUnalteredProperties Property
See Also
 






Gets or sets a value specifies whether properties that have their default value should be serialized to XML.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public bool IncludeUnalteredProperties { get; set; }

Visual Basic  Copy Code

Public Property IncludeUnalteredProperties As Boolean

 Property Value

A boolean value.

 See Also