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