Search
XmlPersistContext Constructor
See Also
 






Initializes a new instance of the XmlPersistContext class.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public XmlPersistContext (
    Document document,
    int fileVersion
)

 Parameters

document

The associated Document.

fileVersion

Specifies the current file format number.

 See Also