Click or drag to resize

FloatingScaleSpanType Enumeration

Enumerates the kind of span that determines the length of a floating scale.

Namespace: Altaxo.Graph.Gdi.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public enum FloatingScaleSpanType
Members
Member nameValueDescription
IsLogicalValue0 The span value is a logical value. This is the ratio corresponding to the length of the underlying scale. Thus, a value of 0.5 means half the length of the underlying scale.
IsPhysicalEndOrgDifference1 The span value is a physical value, and is given as difference of end and org of the floating scale. Thus, if the span value is for example 3 and the org of the floating scale is 2, then the end of the floating scale will be 2 + 3 = 5.
IsPhysicalEndOrgRatio2 The span value is a physical value, and is given as ratio of end to org of the floating scale. Thus, if the span value is for example 3 and the org of the floating scale is 2, then the end of the floating scale will be 2 * 3 =6.

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