IndependentAndDependentColumnsGetPropertyValueOfCurve Method |
Gets the value of a property associated with the specified curve's dependent variable or its table context.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic 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
AltaxoVariantAn
AltaxoVariant containing the property value if found; otherwise an empty variant.
See Also