Click or drag to resize

ErrorBarPlotStyleControllerIndependentSymbolSize Property

Gets or sets a value indicating whether the symbol size for the error bars is independent.

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 IndependentSymbolSize { get; set; }

Property Value

Boolean
Remarks
If true, the error bars can have a symbol size independent of the group symbol size. If false, the error bar symbol size is linked to the group symbol size.
See Also