Click or drag to resize

AxisStyleFixupInternalDataStructures(IPlotArea, FuncCSLineID, CSAxisInformation) Method

Updates internal caches using the specified layer and axis information provider.

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,
	Func<CSLineID, CSAxisInformation> GetAxisStyleInformation
)

Parameters

layer  IPlotArea
The plot layer.
GetAxisStyleInformation  FuncCSLineID, CSAxisInformation
The function used to obtain axis information.
See Also