Click or drag to resize

AxisStyleCollectionUpdateCoordinateSystem Method

Updates the cached coordinate system for all axis styles in the collection.

Namespace: Altaxo.Graph.Graph3D.Axis
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void UpdateCoordinateSystem(
	G3DCoordinateSystem cs
)

Parameters

cs  G3DCoordinateSystem
The coordinate system to cache.
See Also