Click or drag to resize

IZBoundsHolder Interface

Implemented by objects that hold z 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 IZBoundsHolder

The IZBoundsHolder type exposes the following members.

Methods
 NameDescription
Public methodMergeZBoundsInto This merges the z boundary of the object with the boundary pb. The boundary pb is updated so that it now includes the z boundary range of the object.
Top
See Also