Click or drag to resize

IGraphViewAnnounceContentVisibilityChanged Method

Announces that the visibility of the graph has changed.

Namespace: Altaxo.Gui.Graph.Gdi.Viewing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void AnnounceContentVisibilityChanged(
	bool isVisible
)

Parameters

isVisible  Boolean
if set to true [is visible].
See Also