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.3179.0 (4.8.3179.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 y-scale (3rd independent (!) variable) have changed.
VBoundariesChanged128The boundaries related to the v-scale (depended variable) have changed.
ComplexChange255A complex change, including all possible kind of changes (for instance, if a new plot item was added to the layer).
See Also