Click or drag to resize

XYPlotLayerEhYBoundaryChangedEventFromPlotItem Method

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

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected void EhYBoundaryChangedEventFromPlotItem()
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 y-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