Click or drag to resize

Altaxo.Graph.Scales.Boundaries Namespace

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

Classes
 ClassDescription
Public classAbstractPhysicalBoundaries Represents the boundaries of an axis.
Public classCumulativeProbabilityBoundaries 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.
Public classDummyBoundaries 
Public classDummyNumericalBoundaries 
Public classFiniteDateTimeBoundaries Provides a class for tracking the boundaries of a plot association where the x-axis is a DateTime axis.
Public classFiniteNumericalBoundaries FinitePhysicalBoundaries is intended to use for LinearAxis it keeps track of the most negative and most positive finite value
Public classInverseNumericalBoundaries PositiveFinitePhysicalBoundaries is intended to use for logarithmic axis it keeps track of the smallest positive and biggest positive value
Public classNumericalBoundaries 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
Public classPositiveFiniteNumericalBoundaries PositiveFinitePhysicalBoundaries is intended to use for logarithmic axis it keeps track of the smallest positive and biggest positive value
Public classTextBoundaries 
Interfaces
 InterfaceDescription
Public interfaceIPhysicalBoundaries 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
Public interfaceIXBoundsHolder Implemented by objects that hold x bounds, for instance XYPlotAssociations.
Public interfaceIXYBoundsHolder Implemented by objects that hold x bounds and y bounds, for instance XYPlotAssociations.
Public interfaceIYBoundsHolder Implemented by objects that hold y bounds, for instance XYPlotAssociations.
Public interfaceIZBoundsHolder Implemented by objects that hold z bounds, for instance XYPlotAssociations.