Click or drag to resize

ScaleCollectionItem Property

Gets or sets the scale at the specified index.

Namespace: Altaxo.Graph.Scales
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public Scale this[
	int i
] { get; set; }

Parameters

i  Int32
The scale index.

Return Value

Scale
The scale at the specified index.
See Also