Click or drag to resize

XAndYColumnGetName Method

Retrieves a combined display name for the X and Y columns based on the provided style.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public virtual string GetName(
	int style
)

Parameters

style  Int32
A bit-packed style value; low nibble selects X name detail, high nibble selects Y name detail.

Return Value

String
A formatted name string for X and/or Y depending on style.
See Also