Click or drag to resize

AxisStyleCollectionFixupInternalDataStructures Method

Fixes up the internal data structures of all axis styles for the specified plot area.

Namespace: Altaxo.Graph.Graph3D.Axis
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void FixupInternalDataStructures(
	IPlotArea layer
)

Parameters

layer  IPlotArea
The plot area.
See Also