Altaxo. |
[Missing <summary> documentation for "N:Altaxo.Graph.Scales.Deprecated"]
| Class | Description | |
|---|---|---|
| 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). | |
| DateTimeScale | Summary description for DateTimeAxis. | |
| 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 | ||
| LinkedScaleCollection | ||
| Log10Scale | Represents a logarithmic axis, i.e. the physical values v correspond to logical values l by v=a*10^(b*l). | |
| NumericalScale | Axis is the abstract base class of all axis types including linear axis, logarithmic axis and so on. | |
| Scale | Axis is the abstract base class of all axis types including linear axis, logarithmic axis and so on. | |
| TextScale |