Click or drag to resize

ErrorBarPlotStyleController Properties

The ErrorBarPlotStyleController type exposes the following members.

Properties
 NameDescription
Public propertyCommonErrorColumnStatus Provides access to the status of the common error column.
Public propertyCommonErrorColumnText Provides access to the text representation of the common error column.
Public propertyCommonErrorColumnToolTip Provides access to the tooltip for the common error column.
Public propertyCommonErrorColumnTransformationText Provides access to the transformation text for the common error column.
Public propertyCommonErrorColumnTransformationToolTip Provides access to the tooltip for the transformation of the common error column.
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 propertyEndCapSizeFactor Provides access to the factor for scaling the end cap size applied to the error bars.
Public propertyEndCapSizeOffset Provides access to the offset for the end cap size factor applied to the error bars.
Public propertyForceVisibilityOfEndCap Gets or sets a value indicating whether the visibility of the end cap of the error bars is forced.
Public propertyIgnoreMissingDataPoints Gets or sets a value indicating whether to ignore missing data points.
Public propertyIndependentColor Gets or sets a value indicating whether the color of the error bars is independent.
Public propertyIndependentDashPattern Gets or sets a value indicating whether the dash pattern of the error bars is independent.
Public propertyIndependentOnShiftingGroupStyles Gets or sets a value indicating whether the error bar plot style is independent of shifting group styles.
Public propertyIndependentSkipFrequency Gets or sets a value indicating whether the skip frequency is independent for each data point.
Public propertyIndependentSymbolSize Gets or sets a value indicating whether the symbol size for the error bars is independent.
Public propertyIsDisposed Gets a value indicating whether this controller is already disposed.
(Inherited from ControllerBase)
Public propertyLineFactorEnvironment Gets or sets the l in ef ac to re nv ir on me nt.
Public propertyLineWidth1Factor Provides access to the first line width factor applied to the error bars.
Public propertyLineWidth1Offset Provides access to the offset for the first line width factor applied to the error bars.
Public propertyLineWidth2Factor Provides access to the second line width factor applied to the error bars.
Public propertyLineWidth2Offset Provides access to the offset for the second line width factor applied to the error bars.
Public propertyLineWidthEnvironment Gets or sets the l in ew id th en vi ro nm en t.
Public propertyMeaningOfValues Provides access to the controller for selecting the meaning of values in the error bar plot style.
Public propertyModelObject Gets the model (document) that this controller manages.
(Inherited from MVCANControllerEditOriginalDocBaseTModel, TView)
Public propertyNegativeErrorColumnStatus Provides access to the status of the negative error column.
Public propertyNegativeErrorColumnText Provides access to the text representation of the negative error column.
Public propertyNegativeErrorColumnToolTip Provides access to the tooltip for the negative error column.
Public propertyNegativeErrorColumnTransformationText Provides access to the transformation text for the negative error column.
Public propertyNegativeErrorColumnTransformationToolTip Provides access to the tooltip for the transformation of the negative error column.
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 propertyPen Provides access to the pen controller for defining the pen properties of the error bars.
Public propertyPositiveErrorColumnStatus Provides access to the status of the positive error column.
Public propertyPositiveErrorColumnText Provides access to the text representation of the positive error column.
Public propertyPositiveErrorColumnToolTip Provides access to the tooltip for the positive error column.
Public propertyPositiveErrorColumnTransformationText Provides access to the transformation text for the positive error column.
Public propertyPositiveErrorColumnTransformationToolTip Provides access to the tooltip for the transformation of the positive error column.
Public propertySkipFrequency Provides access to the frequency at which data points are skipped.
Public propertySymbolGapFactor Provides access to the factor for scaling the symbol gap applied to the error bars.
Public propertySymbolGapOffset Provides access to the offset for the symbol gap factor applied to the error bars.
Public propertySymbolSize Provides access to the size of the symbols used at the ends of the error bars.
Public propertySymbolSizeEnvironment Gets or sets the s ym bo ls iz ee nv ir on me nt.
Public propertyUseCommonErrorColumn Gets or sets a value indicating whether to use a common error column for all data points.
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 propertyUseSymbolGap Gets or sets a value indicating whether to use a gap between symbols at the end of the error bars.
Public propertyViewObject Gets or sets the GUI element that shows the model to the user.
(Inherited from MVCANControllerEditOriginalDocBaseTModel, TView)
Top
See Also