Click or drag to resize

Altaxo.Graph.Scales Namespace

[Missing <summary> documentation for "N:Altaxo.Graph.Scales"]

Classes
 ClassDescription
Public classAngularDegreeScale 
Public classAngularRadianScale 
Public classAngularScale Scales a full circle, either by degree or by radian. The origin is choosable, and the ticks default to ratios of 180° (or Pi, respectively).
Public classAxisLinkTypeXmlSerializationSurrogate0 
Public classCumulativeProbabilityScale Represents a scale, whose logical value (0..1) is proportional to the quantile of the normal distribution.
Public classDateTimeScale Summary description for DateTimeAxis.
Public classCode exampleInverseScale Represents a scale, whose logical value (0..1) is inverse proportional to the physical value. Note that when both axis origin and end are positive, axis origin is greater than axis end.
Public classLinearScale A linear axis, i.e a axis where physical values v can be translated to logical values l by v=a+b*l.
Public classLinkedScale 
Public classLinkedScaleParameters 
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 Axis is the abstract base class of all axis types including linear axis, logarithmic axis and so on.
Public classScale Axis is the abstract base class of all axis types including linear axis, logarithmic axis and so on.
Public classScaleCollection 
Public classTextScale 
Enumerations
 EnumerationDescription
Public enumerationScaleLinkType Provides how the axis is linked to the corresponding axis on the linked layer.