Click or drag to resize

AxisStyleCollectionUpdateCoordinateSystem Method

Updates the cached coordinate system and refreshes cached axis information for all styles.

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

Parameters

cs  G2DCoordinateSystem
The coordinate system.
See Also