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.3572.0 (4.8.3572.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.

The NumericScaleRescaleConditionsBoundaryRescalingV1 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