Click or drag to resize

IXYBoundsHolder Interface

Implemented by objects that hold x bounds and y bounds, for instance XYPlotAssociations.

Namespace: Altaxo.Graph.Scales.Boundaries
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface IXYBoundsHolder : IXBoundsHolder, 
	IYBoundsHolder

The IXYBoundsHolder type exposes the following members.

Methods
 NameDescription
Public methodMergeXBoundsInto This merges the x boundary of the object with the boundary pb. The boundary pb is updated so that it now includes the x boundary range of the object.
(Inherited from IXBoundsHolder)
Public methodMergeYBoundsInto This merges the y boundary of the object with the boundary pb. The boundary pb is updated so that it now includes the y boundary range of the object.
(Inherited from IYBoundsHolder)
Top
See Also