PlotGroupCollectionControllerSimpleIsSimplePlotGrouping(PlotGroupStyleCollection, Boolean, Boolean, Boolean, Boolean) Method |
Determines if a PlotGroupStyleCollection fullfills the requirements to be presented by a simple controller.
Namespace: Altaxo.Gui.Graph.Graph3D.Plot.GroupsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static bool IsSimplePlotGrouping(
PlotGroupStyleCollection plotGroupStyles,
out bool isSteppingSerial,
out bool isGroupedByColor,
out bool isGroupedByLineStyle,
out bool isGroupedBySymbolStyle
)
Parameters
- plotGroupStyles PlotGroupStyleCollection
- The PlotGroupStyleCollection to investigate.
- isSteppingSerial Boolean
- On return: is True if the styles are changed serial, i.e. first all colors, then the line style, then the symbol style.
- isGroupedByColor Boolean
- On return: is True if the items are grouped by color.
- isGroupedByLineStyle Boolean
- On return: is True if the items are grouped by line style.
- isGroupedBySymbolStyle Boolean
- On return: is True if the items are grouped by symbol style.
Return Value
BooleanTrue if the
PlotGroupStyleCollection can be presented by a simple controller, otherwise False.
See Also