Click or drag to resize

XAndYColumnGetYPropertyValue Method

Gets the property value of the y-column.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public AltaxoVariant GetYPropertyValue(
	string propertyName
)

Parameters

propertyName  String
Name of the property.

Return Value

AltaxoVariant
The property value of the y-column. If not found, returns an empty AltaxoVariant.
See Also