NumericScaleRescaleConditionsBoundaryRescalingV1 Enumeration |
Old boundary rescaling until 2015-02
Namespace: Altaxo.Graph.Scales.RescalingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public enum BoundaryRescalingV1
Members Member name | Value | Description |
---|
Auto | 0 |
Scale this boundary so that the data fits.
|
Fixed | 1 |
This axis boundary is set to a fixed value.
|
Equal | 1 |
This axis boundary is set to a fixed value.
|
NotGreater | 2 |
The axis boundary is set to fit the data, but is set not greater than a certain value.
|
LessOrEqual | 2 |
The axis boundary is set to fit the data, but is set not greater than a certain value.
|
GreaterOrEqual | 3 |
The axis boundary is set to fit the data, but is set not lesser than a certain value.
|
NotLess | 3 |
The axis boundary is set to fit the data, but is set not lesser than a certain value.
|
UseSpan | 4 |
The axis boundary is set to use the span from the other axis boundary.
|
See Also