Click or drag to resize

ErrorBarPlotStyleControllerSymbolGapFactor Property

Provides access to the factor for scaling the symbol gap applied to 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 DimensionfulQuantity SymbolGapFactor { get; set; }

Property Value

DimensionfulQuantity
Remarks
This factor is used to scale the symbol gap based on the current UI settings for line width environment.
See Also