Click or drag to resize

VectorCartesicPlotStyleColumnYDataColumnName Property

Gets the name of the positive error column, if it is a data column. Otherwise, null is returned.

Namespace: Altaxo.Graph.Graph3D.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public string? ColumnYDataColumnName { get; }

Property Value

String
The name of the positive error column if it is a data column. Otherwise, null.
See Also