XAndYColumnGetName Method |
Retrieves a combined display name for the X and Y columns based on the provided style.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic 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
StringA formatted name string for X and/or Y depending on style.
See Also