Click or drag to resize

ErrorBarPlotStyleControllerPositiveErrorColumnTransformationText Property

Provides access to the transformation text for the positive 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 PositiveErrorColumnTransformationText { get; set; }

Property Value

String
Remarks
This text describes any transformations that are applied to the positive error column data for processing or visualization purposes.
See Also