Click or drag to resize

GraphDocument Fields

The GraphDocument type exposes the following members.

Fields
 NameDescription
Protected field_accumulatedEventData Holds the accumulated change data.
(Inherited from SuspendableDocumentNodeWithSingleAccumulatedDataT)
Protected field_creationTime The date/time of creation of this graph.
(Inherited from GraphDocumentBase)
Protected field_graphIdentifier An identifier that can be shown on the graph and that is searchable.
(Inherited from GraphDocumentBase)
Protected field_graphProperties The graph properties, key is a string, value is a property (arbitrary object) you want to store here.
(Inherited from GraphDocumentBase)
Protected field_hasFixupChangedAnythingThis flag is set if during fixup anything has changed.
(Inherited from GraphDocumentBase)
Protected field_isFixupInternalDataStructuresActive Indicates whether internal data structures are currently being fixed up.
(Inherited from GraphDocumentBase)
Protected field_lastChangeTime The date/time when this graph was changed.
(Inherited from GraphDocumentBase)
Protected field_name The name of the graph.
(Inherited from GraphDocumentBase)
Protected field_notes Notes concerning this graph.
(Inherited from GraphDocumentBase)
Protected field_paintThreadEvents which are fired from this thread are not distributed.
(Inherited from GraphDocumentBase)
Protected field_parent The parent object this instance belongs to.
(Inherited from SuspendableDocumentNodeBase)
Protected field_suspendTokensOfChildsStores the suspend tokens of the suspended childs of this object.
(Inherited from SuspendableDocumentNode)
Protected fieldStatic memberDefaultRootLayerSizeX The default root-layer width in points.
Protected fieldStatic memberDefaultRootLayerSizeY The default root-layer height in points.
Public fieldStatic memberPropertyKeyDefaultBackColor Gets the property key for the default background color.
Public fieldStatic memberPropertyKeyDefaultFont Gets the property key for the default graph font.
Public fieldStatic memberPropertyKeyDefaultForeColor Gets the property key for the default foreground color.
Public fieldStatic memberPropertyKeyDefaultPlotColor Gets the property key for the default plot color.
Public fieldStatic memberPropertyKeyDefaultRootLayerSize Gets the property key for the default root layer size.
Top
See Also