Click or drag to resize

XYPlotLayerController Fields

The XYPlotLayerController type exposes the following members.

Fields
 NameDescription
Protected field_axisScaleController Stores the axis-scale controllers.
Protected field_clonedCopyOfDocCloned copy of the document (is null if _useDocumentCopy is false). Used to revert the edited document to the state before editing.
(Inherited from MVCANControllerEditOriginalDocBaseTModel, TView)
Protected field_coordinateController Stores the coordinate-system controller.
Protected field_docThe document to edit.
(Inherited from MVCANControllerEditOriginalDocBaseTModel, TView)
Protected field_initialTag Stores the initially selected tab tag.
Protected field_layerContentsController Stores the layer-contents controller.
Protected field_layerGraphItemsController Stores the controller for graphical items on the layer.
Protected field_layerPositionController Stores the layer-position controller.
Protected field_suspendToken The suspend token of the document being edited. If _useDocumentCopy is false, we assume that a controller higher in the hierarchy has made a copy of the document, thus we do not use a suspend token for the document.
(Inherited from MVCANControllerEditOriginalDocBaseTModel, TView)
Protected field_useDocumentCopyIf true, a copy of the document is made before editing; this copy can later be used to revert the state of the document to the original state.
(Inherited from MVCANControllerEditOriginalDocBaseTModel, TView)
Protected field_viewThe Gui view of this controller
(Inherited from MVCANControllerEditOriginalDocBaseTModel, TView)
Public fieldStatic memberContentsTag Tag for the contents tab.
Public fieldStatic memberCoordSystemTag Tag for the coordinate-system tab.
Public fieldStatic memberGraphItemsTag Tag for the graphical-items tab.
Public fieldStatic memberGridStyleTag Tag for the grid-style tab.
Public fieldStatic memberMajorLabelsTag Tag for the major-labels tab.
Public fieldStatic memberMinorLabelsTag Tag for the minor-labels tab.
Public fieldStatic memberPositionTag Tag for the position tab.
Public fieldStatic memberScaleTag Tag for the scale tab.
Public fieldStatic memberSecondaryCommonTag Tag used for sections that have only one common secondary choice.
Public fieldStatic memberTitleAndFormatTag Tag for the title-and-format tab.
Top
See Also