Click or drag to resize

ExtractCommonColumnsToTableOptionsUserDefinedNamesForYColumns Property

Gets the user defined names for y columns. If there are less user defined names than number of y-columns, the original column name is used for naming.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public ImmutableArray<string> UserDefinedNamesForYColumns { get; init; }

Property Value

ImmutableArrayString
See Also