Click or drag to resize

ErrorBarPlotStyleControllerUseSymbolGap Property

Gets or sets a value indicating whether to use a gap between symbols at the end of the error bars.

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

Property Value

Boolean
Remarks
If true, a gap is preserved between the symbol and the end of the error bar. If false, the symbol is drawn at the end of the error bar.
See Also