Click or drag to resize

PlotGroupStyleCollectionBaseGetOrderedListOfItems Method

Returns a list, in which the items are ordered by (i) their name, if the items are on the same level, (ii) by their parent-child relationship.

Namespace: Altaxo.Graph.Plot.Groups
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public List<IPlotGroupStyle> GetOrderedListOfItems(
	Comparison<IPlotGroupStyle> comparison
)

Parameters

comparison  ComparisonIPlotGroupStyle
Comparism method for items on the first level.

Return Value

ListIPlotGroupStyle
Ordered list of items.
See Also