Altaxo. |
| Class | Description | |
|---|---|---|
| AngularDegreeScale | Represents an angular scale that uses degrees. | |
| AngularRadianScale | Represents an angular scale that uses radians. | |
| AngularScale | 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). | |
| AxisLinkTypeXmlSerializationSurrogate0 | XML serialization surrogate for ScaleLinkType. | |
| CumulativeProbabilityScale | Represents a scale, whose logical value (0..1) is proportional to the quantile of the normal distribution. | |
| DateTimeScale | Represents a scale for DateTime values. | |
| InverseScale | 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. | |
| LinearScale | A linear axis, i.e a axis where physical values v can be translated to logical values l by v=a+b*l. | |
| LinkedScale | Represents a scale whose bounds are linked to another scale. | |
| LinkedScaleParameters | Stores the parameters used to link one scale to another. | |
| Log10Scale | Represents a logarithmic axis, i.e. the physical values v correspond to logical values l by v=a*10^(b*l). | |
| NumericalScale | Provides the abstract base class for all numerical scales. | |
| Scale | Provides the abstract base class for all scale types. | |
| ScaleCollection | Represents a collection of Scale instances. | |
| TextScale | Represents a scale for text-based categories. |
| Enumeration | Description | |
|---|---|---|
| ScaleLinkType | Provides how the axis is linked to the corresponding axis on the linked layer. |