Altaxo. |
[Missing <summary> documentation for "N:Altaxo.Graph.Scales.Boundaries"]
Class | Description | |
---|---|---|
AbstractPhysicalBoundaries | Represents the boundaries of an axis. | |
CumulativeProbabilityBoundaries | This type of boundary is intended for cumulative probability data in the range (0,1) (note the open boundaries) it keeps track of the smallest and the highest probability value that are neither 0 nor 1. | |
DummyBoundaries | ||
DummyNumericalBoundaries | ||
FiniteDateTimeBoundaries | Provides a class for tracking the boundaries of a plot association where the x-axis is a DateTime axis. | |
FiniteNumericalBoundaries | FinitePhysicalBoundaries is intended to use for LinearAxis it keeps track of the most negative and most positive finite value | |
InverseNumericalBoundaries | PositiveFinitePhysicalBoundaries is intended to use for logarithmic axis it keeps track of the smallest positive and biggest positive value | |
NumericalBoundaries | Provides a abstract class for tracking the numerical boundaries of a plot association. Every plot association has two of these objects that help tracking the boundaries of X and Y axis | |
PositiveFiniteNumericalBoundaries | PositiveFinitePhysicalBoundaries is intended to use for logarithmic axis it keeps track of the smallest positive and biggest positive value | |
TextBoundaries |
Interface | Description | |
---|---|---|
IPhysicalBoundaries | Provides an interface for tracking the physical boundaries of a plot association. Every plot association has two of these objects that help tracking the boundaries of X and Y axis | |
IXBoundsHolder | Implemented by objects that hold x bounds, for instance XYPlotAssociations. | |
IXYBoundsHolder | Implemented by objects that hold x bounds and y bounds, for instance XYPlotAssociations. | |
IYBoundsHolder | Implemented by objects that hold y bounds, for instance XYPlotAssociations. | |
IZBoundsHolder | Implemented by objects that hold z bounds, for instance XYPlotAssociations. |