XYPlot |
The XYPlotLabelStyleController type exposes the following members.
| Name | Description | |
|---|---|---|
| AlignmentX | Gets or sets the available choices for alignment along the X-axis. | |
| AlignmentY | Gets or sets the available choices for alignment along the Y-axis. | |
| AlignmentZ | Gets or sets the available choices for alignment along the Z-axis. | |
| AttachmentDirectionChoices | Gets or sets the available choices for attachment directions. | |
| AttachToAxis | Gets or sets a value indicating whether the labels are attached to the axis. | |
| Background | Gets or sets the background style controller. | |
| BackgroundColorLinkage | Gets or sets the available choices for background color linkage. | |
| CreateNotInitializedException |
Gets an exception that is thrown when the controller was not initialized with a document.
(Inherited from MVCANControllerEditOriginalDocBaseTModel, TView) | |
| CreateNoViewException |
Gets an exception that is thrown when the controller currently has no view.
(Inherited from MVCANControllerEditOriginalDocBaseTModel, TView) | |
| Doc | Gets the current document of this controller. If the document is null, an InvalidOperationException is thrown. To check whether
the document is null, check the member _doc directly. (Inherited from MVCANControllerEditOriginalDocBaseTModel, TView) | |
| Font | Gets or sets the font controller for the labels. | |
| FontSizeFactor | Gets or sets the font size factor. | |
| FontSizeFactorEnvironment | Gets the GUI environment for the font size factor quantity with unit. | |
| FontSizeOffset | Gets or sets the font size offset. | |
| FontSizeOffsetEnvironment | Gets the GUI environment for the font size offset quantity with unit. | |
| IgnoreMissingDataPoints | Gets or sets a value indicating whether missing data points should be ignored. | |
| IndependentColor | Gets or sets a value indicating whether the color is independent. | |
| IndependentOnShiftingGroupStyles | Gets or sets a value indicating whether the style is independent of shifting group styles. | |
| IndependentSkipFrequency | Gets or sets a value indicating whether the skip frequency is independent. | |
| IndependentSymbolSize | Initializes the independent symbol size check box. | |
| IsDisposed |
Gets a value indicating whether this controller is already disposed.
(Inherited from ControllerBase) | |
| IsLabelColumnTransformationVisible | Gets a value indicating whether the label column transformation is visible. | |
| LabelBrush | Gets or sets the brush material for the label. | |
| LabelColumnStatus | Gets or sets the status of the label column. | |
| LabelColumnText | Gets or sets the text for the label column. | |
| LabelColumnToolTip | Gets or sets the tool tip for the label column. | |
| LabelColumnTransformationText | Gets or sets the transformation text for the label column. | |
| LabelColumnTransformationToolTip | Gets or sets the tool tip for the label column transformation. | |
| LabelFormatString | Gets or sets the format string for the labels. | |
| ModelObject |
Gets the model (document) that this controller manages.
(Inherited from MVCANControllerEditOriginalDocBaseTModel, TView) | |
| NoDocumentException |
Gets an exception that is thrown when a controller was not initialized with a document.
(Inherited from ControllerBase) | |
| NotInitializedException |
Gets an exception that is thrown when a controller is not properly initialized.
(Inherited from ControllerBase) | |
| NoViewException |
Gets an exception that is thrown when a controller currently has no view.
(Inherited from ControllerBase) | |
| OffsetEmUnitsEnvironment | Gets the GUI environment for offset values in em units. | |
| OffsetPointsEnvironment | Gets the GUI environment for offset values in points. | |
| OffsetSymbolSizeEnvironment | Gets the GUI environment for offset values in symbol size units. | |
| OffsetXEmUnits | Gets or sets the offset in X direction in em units. | |
| OffsetXPoints | Gets or sets the offset in X direction in points. | |
| OffsetXSymbolSizeUnits | Gets or sets the offset in X direction in symbol size units. | |
| OffsetYEmUnits | Gets or sets the offset in Y direction in em units. | |
| OffsetYPoints | Gets or sets the offset in Y direction in points. | |
| OffsetYSymbolSizeUnits | Gets or sets the offset in Y direction in symbol size units. | |
| OffsetZEmUnits | Gets or sets the offset in Z direction in em units. | |
| OffsetZPoints | Gets or sets the offset in Z direction in points. | |
| OffsetZSymbolSizeUnits | Gets or sets the offset in Z direction in symbol size units. | |
| RotationEnvironment | Gets the GUI environment for the rotation angles. | |
| RotationX | Gets or sets the rotation angle around the X-axis. | |
| RotationY | Gets or sets the rotation angle around the Y-axis. | |
| RotationZ | Gets or sets the rotation angle around the Z-axis. | |
| ShowPlotColorsOnly | Gets or sets a value indicating whether only plot colors should be shown. | |
| SkipFrequency | Gets or sets the frequency at which labels are skipped. | |
| SymbolSize | Initializes the symbol size combobox. | |
| SymbolSizeEnvironment | Gets the GUI environment for the symbol size quantity with unit. | |
| UseDocumentCopy |
Sets whether or not a copy of the document is used. If set to true, a copy of the document is used, so if the controller is not applied,
all changes can be reverted. If set to false, no copy must be made. The document is directly changed by the controller, and changes cannot be reverted.
Use the last option if a controller higher in the hierarchy has already made a copy of the document.
(Inherited from MVCANControllerEditOriginalDocBaseTModel, TView) | |
| ViewObject |
Gets or sets the GUI element that shows the model to the user.
(Inherited from MVCANControllerEditOriginalDocBaseTModel, TView) |