Click or drag to resize

LinkedScaleCollectionSetLinkedScale Method

Replaces the linked scale at the specified index.

Namespace: Altaxo.Graph.Scales.Deprecated
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected void SetLinkedScale(
	LinkedScale newvalue,
	int i
)

Parameters

newvalue  LinkedScale
The linked scale to store.
i  Int32
The zero-based index of the linked scale to replace.
See Also