XYPlot |
The XYPlotLayerController type exposes the following members.
| Name | Description | |
|---|---|---|
| _axisScaleController | Holds the controllers for the axis scales. | |
| _clonedCopyOfDoc | Cloned 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) | |
| _coordinateController | Holds the controller for the coordinate system. | |
| _doc | The document to edit. (Inherited from MVCANControllerEditOriginalDocBaseTModel, TView) | |
| _initialTag | Stores the initially selected tab tag. | |
| _layerContentsController | Holds the controller for the layer contents. | |
| _layerGraphItemsController | Holds the controller for the graphic items on the layer. | |
| _layerPositionController | Holds the controller for the layer position. | |
| _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) | |
| _useDocumentCopy | If 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) | |
| _view | The Gui view of this controller (Inherited from MVCANControllerEditOriginalDocBaseTModel, TView) | |
| ContentsTag | Tab tag for the contents page. | |
| CoordSystemTag | Tab tag for the coordinate-system page. | |
| GraphItemsTag | Tab tag for the graphic-items page. | |
| GridStyleTag | Tab tag for the grid-style page. | |
| MajorLabelsTag | Tab tag for the major-labels page. | |
| MinorLabelsTag | Tab tag for the minor-labels page. | |
| PositionTag | Tab tag for the position page. | |
| ScaleTag | Tab tag for the scale page. | |
| SecondaryCommonTag | Tag for the shared secondary-choice entry. | |
| TitleAndFormatTag | Tab tag for the title-and-format page. |