Click or drag to resize

BoundariesChangedData Enumeration

Designates what has changed in the boundaries of a plot item.

Namespace: Altaxo.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
[FlagsAttribute]
public enum BoundariesChangedData
Members
Member nameValueDescription
NumberOfItemsChanged1The number of data points changed.
LowerBoundChanged2The lower boundary has changed.
UpperBoundChanged4The upper boundary has changed.
XBoundariesChanged16The boundaries related to the x-scale (1st independent variable) have changed.
YBoundariesChanged32The boundaries related to the y-scale (2nd independent variable) have changed.
ZBoundariesChanged64The boundaries related to the z-scale (3rd independent variable) have changed.
VBoundariesChanged128The boundaries related to the v-scale (dependent variable) have changed.
ComplexChange255A complex change, including all possible kind of changes (for instance, if a new plot item was added to the layer).

The BoundariesChangedData type exposes the following members.

Extension Methods
 NameDescription
Public Extension MethodIsT Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions)
Public Extension MethodWithClearedFlagT Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions)
Public Extension MethodWithFlagT Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions)
Public Extension MethodWithSetFlagT Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions)
Top
See Also