Click or drag to resize

LinePlotStyleControllerIsLineUsed Property

Gets a value indicating whether the line is shown or not. The line is not shown only if the connection style is "Noline". This property influences only the IsEnabled property of all GUI items associated with the line.

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

Property Value

Boolean
See Also