LinkedScaleCollectionSetLinkedScale Method |
Replaces the linked scale at the specified index.
Namespace: Altaxo.Graph.Scales.DeprecatedAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected 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