Click or drag to resize

XYZPlotLayerEhBoundaryChangedEventFromPlotItem Method

Handles a boundary-changed event raised by a plot item.

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected void EhBoundaryChangedEventFromPlotItem(
	BoundariesChangedEventArgs boundaryChangedEventArgs
)

Parameters

boundaryChangedEventArgs  BoundariesChangedEventArgs
The event arguments describing the changed boundaries.
See Also