Click or drag to resize

ErrorBarPlotStyleControllerNegativeErrorColumnText Property

Provides access to the text representation of the negative error column.

Namespace: Altaxo.Gui.Graph.Graph3D.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public string NegativeErrorColumnText { get; set; }

Property Value

String
Remarks
This text is displayed in the GUI to represent the negative error column used for data points when UseCommonErrorColumn is disabled.
See Also