Click or drag to resize

GridPlaneCollectionItem(Int32) Property

Gets the plane at the specified index.

Namespace: Altaxo.Graph.Gdi.Axis
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public GridPlane this[
	int idx
] { get; }

Parameters

idx  Int32
The zero-based index.

Property Value

GridPlane
See Also