ErrorBarPlotStyleControllerPositiveErrorColumnText Property |
Provides access to the text representation of the positive error column.
Namespace: Altaxo.Gui.Graph.Graph3D.Plot.StylesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic string PositiveErrorColumnText { get; set; }Property Value
String
Remarks
This text is displayed in the GUI to represent the positive error column used for data points
when
UseCommonErrorColumn is disabled.
See Also