BoundariesChangedData Enumeration |
Designates what has changed in the boundaries of a plot item.
Namespace: Altaxo.GraphAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax [FlagsAttribute]
public enum BoundariesChangedData
Members Member name | Value | Description |
---|
NumberOfItemsChanged | 1 | The number of data points changed. |
LowerBoundChanged | 2 | The lower boundary has changed. |
UpperBoundChanged | 4 | The upper boundary has changed. |
XBoundariesChanged | 16 | The boundaries related to the x-scale (1st independent (!) variable)have changed. |
YBoundariesChanged | 32 | The boundaries related to the y-scale (2nd independent (!) variable) have changed. |
ZBoundariesChanged | 64 | The boundaries related to the y-scale (3rd independent (!) variable) have changed. |
VBoundariesChanged | 128 | The boundaries related to the v-scale (depended variable) have changed. |
ComplexChange | 255 | A complex change, including all possible kind of changes (for instance, if a new plot item was added to the layer). |
See Also