Click or drag to resize

LinePlotStyleControllerIsLineUsed Property

Gets or sets a value indicating whether the line is shown or not. By definition here, the line is not shown only if the connection style is "Noline". When setting this property, this influences not the connection style in the _view, but only the IsEnabled property of all Gui items associated with the line.

Namespace: Altaxo.Gui.Graph.Gdi.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool IsLineUsed { get; }

Property Value

Boolean
true if the line used; otherwise, false.
See Also