[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.GraphXmlSerializationContext

GraphXmlSerializationContext Class

Represents contextual information about a serialization, such as its DirectionType, document and other.

Inheritance
GraphXmlSerializationContext
Namespace: GrapeCity.ActiveReports.Chart
Assembly: MESCIUS.ActiveReports.Chart.dll
Syntax
public sealed class GraphXmlSerializationContext

Constructors

Name Description
GraphXmlSerializationContext(DirectionType, XmlDocument, bool, bool)

Initializes a new instance of the GraphXmlSerializationContext class.

GraphXmlSerializationContext(ISharpGraph, DirectionType, XmlDocument, bool)

Initializes a new instance of the GraphXmlSerializationContext class.

Properties

Name Description
Direction

Direction to serialize - from xml or to xml

Doc

Gets the XmlDocument.

Fonts
IncludeData

Gets the flag determining if points will be included or not.

RegisteredComponents

Gets the registered components collection.

StrictImport

False by default. If true xml import process will stop once it finds an error and throw an exception. If false it will mutually continue. Use "strict" attribute of root element "SharpGraph" in xml files to control this behaviour.