Click or drag to resize

ErrorBarPlotStyleControllerUseCommonErrorColumn Property

Gets or sets a value indicating whether to use a common error column for all data points.

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

Property Value

Boolean
Remarks
When this option is enabled, all data points will share the same error column, defined by the CommonErrorColumnText. If disabled, each data point can have its own error columns, specified by PositiveErrorColumnText and NegativeErrorColumnText.
See Also