Click or drag to resize

XYPlotLayerController Fields

The XYPlotLayerController type exposes the following members.

Fields
 NameDescription
Protected field_axisScaleController Holds the controllers for the axis scales.
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 Holds the controller for the coordinate system.
Protected field_docThe document to edit.
(Inherited from MVCANControllerEditOriginalDocBaseTModel, TView)
Protected field_initialTag Stores the initially selected tab tag.
Protected field_layerContentsController Holds the controller for the layer contents.
Protected field_layerGraphItemsController Holds the controller for the graphic items on the layer.
Protected field_layerPositionController Holds the controller for the layer position.
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 Tab tag for the contents page.
Public fieldStatic memberCoordSystemTag Tab tag for the coordinate-system page.
Public fieldStatic memberGraphItemsTag Tab tag for the graphic-items page.
Public fieldStatic memberGridStyleTag Tab tag for the grid-style page.
Public fieldStatic memberMajorLabelsTag Tab tag for the major-labels page.
Public fieldStatic memberMinorLabelsTag Tab tag for the minor-labels page.
Public fieldStatic memberPositionTag Tab tag for the position page.
Public fieldStatic memberScaleTag Tab tag for the scale page.
Public fieldStatic memberSecondaryCommonTag Tag for the shared secondary-choice entry.
Public fieldStatic memberTitleAndFormatTag Tab tag for the title-and-format page.
Top
See Also