Click or drag to resize

G2DCoordinateSystemGetJoinedAxisStyleIdentifier Method

Gets the union of known axis identifiers and the specified identifier lists.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public IEnumerable<CSLineID> GetJoinedAxisStyleIdentifier(
	IEnumerable<CSLineID> list1,
	IEnumerable<CSLineID> list2
)

Parameters

list1  IEnumerableCSLineID
The first sequence of axis identifiers.
list2  IEnumerableCSLineID
The second sequence of axis identifiers.

Return Value

IEnumerableCSLineID
The merged sequence of axis identifiers.
See Also