Click or drag to resize

XYPlotLayerContentsControllerEhShowRangeChanged Method

Updates the displayed plot-item names after the range display option changed.

Namespace: Altaxo.Gui.Graph.Gdi.Plot
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void EhShowRangeChanged(
	bool value
)

Parameters

value  Boolean
true to include range information in the names; otherwise, false.
See Also