Click or drag to resize

LinkedScaleCollectionSetScale Method

[Missing <summary> documentation for "M:Altaxo.Graph.Scales.Deprecated.LinkedScaleCollection.SetScale(System.Int32,Altaxo.Graph.Scales.Deprecated.Scale)"]


Namespace: Altaxo.Graph.Scales.Deprecated
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void SetScale(
	int i,
	Scale ax
)

Parameters

i  Int32

[Missing <param name="i"/> documentation for "M:Altaxo.Graph.Scales.Deprecated.LinkedScaleCollection.SetScale(System.Int32,Altaxo.Graph.Scales.Deprecated.Scale)"]

ax  Scale

[Missing <param name="ax"/> documentation for "M:Altaxo.Graph.Scales.Deprecated.LinkedScaleCollection.SetScale(System.Int32,Altaxo.Graph.Scales.Deprecated.Scale)"]

See Also