Click or drag to resize

XYZPlotLayerEhXBoundaryChangedEventFromPlotItem Method

This handler is called if a x-boundary from any of the plotassociations of this layer has changed. We then have to recalculate the boundaries.

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected void EhXBoundaryChangedEventFromPlotItem()
Remarks
Unfortunately we do not know if the boundary is extended or shrinked, if is is extended if would be possible to merge only the changed boundary into the x-axis boundary. But since we don't know about that, we have to completely recalculate the boundary be using the boundaries of all PlotAssociations of this layer.
See Also