Click or drag to resize

Altaxo.Graph.Scales.Deprecated Namespace

Contains legacy scale implementations retained for compatibility.
Classes
 ClassDescription
Public classAngularScale Represents the deprecated scale for a full circle, either in degrees or radians.
Public classDateTimeScale Represents the deprecated scale implementation for date-time values.
Public classLinearScale Represents the deprecated linear scale implementation.
Public classLinkedScale Represents the deprecated wrapper that links one scale to another.
Public classLinkedScaleCollection Represents a deprecated collection of linked scales.
Public classLog10Scale Represents a logarithmic axis, i.e. the physical values v correspond to logical values l by v=a*10^(b*l).
Public classNumericalScale Provides the deprecated abstract base class for numerical scales.
Public classScale Provides the deprecated abstract base class for all scale types.
Public classTextScale Represents the deprecated text scale implementation.