Click or drag to resize

DensityImageLegendControllerShowDialog(DensityImageLegend, String, CSLineID) Method

Shows the dialog for editing the specified density-image legend, page, and axis.

Namespace: Altaxo.Gui.Graph.Gdi.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static bool ShowDialog(
	DensityImageLegend layer,
	string currentPage,
	CSLineID currentEdge
)

Parameters

layer  DensityImageLegend
The density-image legend to edit.
currentPage  String
The page that should be shown initially.
currentEdge  CSLineID
The axis identifier that should be selected initially.

Return Value

Boolean
true if the dialog was accepted; otherwise, false.
See Also