PlotItemCollectionApplyGroupStylesForward_HierarchyUpOnly Method |
Apply plot group styles forward, from the first to the last item.
The function is called recursively for child PlotItemCollections, but only up in the hierarchy.
This function therefore has no influence on items down in hierarchie, i.e. parental PlotItemCollections.
Namespace: Altaxo.Graph.Graph3D.PlotAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected void ApplyGroupStylesForward_HierarchyUpOnly(
PlotGroupStyleCollection? parentGroupStyles
)
Parameters
- parentGroupStyles PlotGroupStyleCollection
- The parent plot group style collection.
Remarks The application is used for example:
BarGraph: to calculate the exact position of each plot item.
Color: To step forward through the available colors and apply each color to another PlotItem.
See Also