Click or drag to resize

IndependentAndDependentColumnsGetPropertyValueOfCurve Method

Gets the value of a property associated with the specified curve's dependent variable or its table context.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static AltaxoVariant GetPropertyValueOfCurve(
	IColumnPlotData curve,
	string propertyName
)

Parameters

curve  IColumnPlotData
The curve that provides data and selection context.
propertyName  String
The property name to look up.

Return Value

AltaxoVariant
An AltaxoVariant containing the property value if found; otherwise an empty variant.
See Also