Click or drag to resize

NumericScaleRescaleConditionsBoundaryRescalingV1 Enumeration

Old boundary rescaling until 2015-02

Namespace: Altaxo.Graph.Scales.Rescaling
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public enum BoundaryRescalingV1
Members
Member nameValueDescription
Auto0 Scale this boundary so that the data fits.
Fixed1 This axis boundary is set to a fixed value.
Equal1 This axis boundary is set to a fixed value.
NotGreater2 The axis boundary is set to fit the data, but is set not greater than a certain value.
LessOrEqual2 The axis boundary is set to fit the data, but is set not greater than a certain value.
GreaterOrEqual3 The axis boundary is set to fit the data, but is set not lesser than a certain value.
NotLess3 The axis boundary is set to fit the data, but is set not lesser than a certain value.
UseSpan4 The axis boundary is set to use the span from the other axis boundary.
See Also