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.GroupsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public List<IPlotGroupStyle> GetOrderedListOfItems(
Comparison<IPlotGroupStyle> comparison
)
Parameters
- comparison ComparisonIPlotGroupStyle
- Comparism method for items on the first level.
Return Value
ListIPlotGroupStyleOrdered list of items.
See Also