Click or drag to resize

PlotGroupCollectionControllerSimpleIsSimplePlotGrouping(PlotGroupStyleCollection) Method

Determines if a PlotGroupStyleCollection fullfills the requirements to be presented by a simple controller.

Namespace: Altaxo.Gui.Graph.Gdi.Plot.Groups
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static bool IsSimplePlotGrouping(
	PlotGroupStyleCollection plotGroupStyles
)

Parameters

plotGroupStyles  PlotGroupStyleCollection
The PlotGroupStyleCollection to investigate.

Return Value

Boolean
True if the PlotGroupStyleCollection can be presented by a simple controller, otherwise False.
See Also