XYPlot |
The XYPlotLayerController type exposes the following members.
| Name | Description | |
|---|---|---|
| _axisScaleController | Stores the axis-scale controllers. | |
| _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 | Stores the coordinate-system controller. | |
| _doc | The document to edit. (Inherited from MVCANControllerEditOriginalDocBaseTModel, TView) | |
| _initialTag | Stores the initially selected tab tag. | |
| _layerContentsController | Stores the layer-contents controller. | |
| _layerGraphItemsController | Stores the controller for graphical items on the layer. | |
| _layerPositionController | Stores the layer-position controller. | |
| _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 | Tag for the contents tab. | |
| CoordSystemTag | Tag for the coordinate-system tab. | |
| GraphItemsTag | Tag for the graphical-items tab. | |
| GridStyleTag | Tag for the grid-style tab. | |
| MajorLabelsTag | Tag for the major-labels tab. | |
| MinorLabelsTag | Tag for the minor-labels tab. | |
| PositionTag | Tag for the position tab. | |
| ScaleTag | Tag for the scale tab. | |
| SecondaryCommonTag | Tag used for sections that have only one common secondary choice. | |
| TitleAndFormatTag | Tag for the title-and-format tab. |