Click or drag to resize

AxisStyleCollectionFixupInternalDataStructures Method

Updates internal caches of all contained axis styles for the specified layer.

Namespace: Altaxo.Graph.Gdi.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 layer.
See Also