Click or drag to resize

XYPlotLabelStyleController Properties

The XYPlotLabelStyleController type exposes the following members.

Properties
 NameDescription
Public propertyAlignmentX Gets or sets the available choices for alignment along the X-axis.
Public propertyAlignmentY Gets or sets the available choices for alignment along the Y-axis.
Public propertyAlignmentZ Gets or sets the available choices for alignment along the Z-axis.
Public propertyAttachmentDirectionChoices Gets or sets the available choices for attachment directions.
Public propertyAttachToAxis Gets or sets a value indicating whether the labels are attached to the axis.
Public propertyBackground Gets or sets the background style controller.
Public propertyBackgroundColorLinkage Gets or sets the available choices for background color linkage.
Protected propertyCreateNotInitializedException Gets an exception that is thrown when the controller was not initialized with a document.
(Inherited from MVCANControllerEditOriginalDocBaseTModel, TView)
Protected propertyCreateNoViewException Gets an exception that is thrown when the controller currently has no view.
(Inherited from MVCANControllerEditOriginalDocBaseTModel, TView)
Public propertyDocGets 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)
Public propertyFont Gets or sets the font controller for the labels.
Public propertyFontSizeFactor Gets or sets the font size factor.
Public propertyFontSizeFactorEnvironment Gets the GUI environment for the font size factor quantity with unit.
Public propertyFontSizeOffset Gets or sets the font size offset.
Public propertyFontSizeOffsetEnvironment Gets the GUI environment for the font size offset quantity with unit.
Public propertyIgnoreMissingDataPoints Gets or sets a value indicating whether missing data points should be ignored.
Public propertyIndependentColor Gets or sets a value indicating whether the color is independent.
Public propertyIndependentOnShiftingGroupStyles Gets or sets a value indicating whether the style is independent of shifting group styles.
Public propertyIndependentSkipFrequency Gets or sets a value indicating whether the skip frequency is independent.
Public propertyIndependentSymbolSize Initializes the independent symbol size check box.
Public propertyIsDisposed Gets a value indicating whether this controller is already disposed.
(Inherited from ControllerBase)
Public propertyIsLabelColumnTransformationVisible Gets a value indicating whether the label column transformation is visible.
Public propertyLabelBrush Gets or sets the brush material for the label.
Public propertyLabelColumnStatus Gets or sets the status of the label column.
Public propertyLabelColumnText Gets or sets the text for the label column.
Public propertyLabelColumnToolTip Gets or sets the tool tip for the label column.
Public propertyLabelColumnTransformationText Gets or sets the transformation text for the label column.
Public propertyLabelColumnTransformationToolTip Gets or sets the tool tip for the label column transformation.
Public propertyLabelFormatString Gets or sets the format string for the labels.
Public propertyModelObject Gets the model (document) that this controller manages.
(Inherited from MVCANControllerEditOriginalDocBaseTModel, TView)
Protected propertyNoDocumentException Gets an exception that is thrown when a controller was not initialized with a document.
(Inherited from ControllerBase)
Protected propertyNotInitializedException Gets an exception that is thrown when a controller is not properly initialized.
(Inherited from ControllerBase)
Protected propertyNoViewException Gets an exception that is thrown when a controller currently has no view.
(Inherited from ControllerBase)
Public propertyOffsetEmUnitsEnvironment Gets the GUI environment for offset values in em units.
Public propertyOffsetPointsEnvironment Gets the GUI environment for offset values in points.
Public propertyOffsetSymbolSizeEnvironment Gets the GUI environment for offset values in symbol size units.
Public propertyOffsetXEmUnits Gets or sets the offset in X direction in em units.
Public propertyOffsetXPoints Gets or sets the offset in X direction in points.
Public propertyOffsetXSymbolSizeUnits Gets or sets the offset in X direction in symbol size units.
Public propertyOffsetYEmUnits Gets or sets the offset in Y direction in em units.
Public propertyOffsetYPoints Gets or sets the offset in Y direction in points.
Public propertyOffsetYSymbolSizeUnits Gets or sets the offset in Y direction in symbol size units.
Public propertyOffsetZEmUnits Gets or sets the offset in Z direction in em units.
Public propertyOffsetZPoints Gets or sets the offset in Z direction in points.
Public propertyOffsetZSymbolSizeUnits Gets or sets the offset in Z direction in symbol size units.
Public propertyRotationEnvironment Gets the GUI environment for the rotation angles.
Public propertyRotationX Gets or sets the rotation angle around the X-axis.
Public propertyRotationY Gets or sets the rotation angle around the Y-axis.
Public propertyRotationZ Gets or sets the rotation angle around the Z-axis.
Public propertyShowPlotColorsOnly Gets or sets a value indicating whether only plot colors should be shown.
Public propertySkipFrequency Gets or sets the frequency at which labels are skipped.
Public propertySymbolSize Initializes the symbol size combobox.
Public propertySymbolSizeEnvironment Gets the GUI environment for the symbol size quantity with unit.
Public propertyUseDocumentCopy 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)
Public propertyViewObject Gets or sets the GUI element that shows the model to the user.
(Inherited from MVCANControllerEditOriginalDocBaseTModel, TView)
Top
See Also