G2DCoordinateSystemGetJoinedAxisStyleIdentifier Method |
Gets the union of known axis identifiers and the specified identifier lists.
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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
IEnumerableCSLineIDThe merged sequence of axis identifiers.
See Also