Click or drag to resize

ErrorBarPlotStyleControllerForceVisibilityOfEndCap Property

Gets or sets a value indicating whether the visibility of the end cap of the error bars is forced.

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

Property Value

Boolean
Remarks
If true, the end cap of the error bars is always visible, overriding other settings that may hide it.
See Also