Click or drag to resize

IXYBoundsHolder Interface

Implemented by objects that hold X and Y bounds, for instance XY plot associations.

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

The IXYBoundsHolder type exposes the following members.

Methods
 NameDescription
Public methodMergeXBoundsInto Merges the X boundary of the object with the boundary pb.
(Inherited from IXBoundsHolder)
Public methodMergeYBoundsInto Merges the Y boundary of the object with the boundary pb.
(Inherited from IYBoundsHolder)
Top
See Also