Altaxo. |
| Class | Description | |
|---|---|---|
| AbstractPhysicalBoundaries | Represents the boundaries of an axis. | |
| CumulativeProbabilityBoundaries | Tracks cumulative-probability data in the open interval (0, 1). | |
| DummyBoundaries | Represents boundaries that intentionally ignore all incoming values. | |
| DummyNumericalBoundaries | Represents numerical boundaries that intentionally ignore all values. | |
| FiniteDateTimeBoundaries | Provides a class for tracking the boundaries of a plot association where the x-axis is a DateTime axis. | |
| FiniteNumericalBoundaries | Tracks the smallest and largest finite values for numerical scales. | |
| InverseNumericalBoundaries | Tracks inverse-transformed numerical values for inverse scales. | |
| NumericalBoundaries | Provides an abstract base class for tracking numerical boundaries. | |
| PositiveFiniteNumericalBoundaries | Tracks the smallest and largest positive finite values for logarithmic scales. | |
| TextBoundaries | Tracks the distinct text values used on a text scale. |
| Interface | Description | |
|---|---|---|
| IPhysicalBoundaries | Provides an interface for tracking the physical boundaries of plot data. | |
| IXBoundsHolder | Implemented by objects that hold X bounds, for instance XY plot associations. | |
| IXYBoundsHolder | Implemented by objects that hold X and Y bounds, for instance XY plot associations. | |
| IYBoundsHolder | Implemented by objects that hold Y bounds, for instance XY plot associations. | |
| IZBoundsHolder | Implemented by objects that hold Z bounds, for instance XY plot associations. |