Click or drag to resize

AxisStyleFixupInternalDataStructures(IPlotArea, FuncCSLineID, CSAxisInformation) Method

Updates internal data structures of all contained axis styles.

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

Parameters

layer  IPlotArea
The plot area.
GetAxisStyleInformation  FuncCSLineID, CSAxisInformation
The resolver for axis information.
See Also