Click or drag to resize

PlotItemCollectionPrepareStylesBackward_HierarchyUpOnly Method

Apply styles backward from the last item to the first, but only upwards in the hierarchy.

Namespace: Altaxo.Graph.Graph3D.Plot
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected void PrepareStylesBackward_HierarchyUpOnly(
	PlotGroupStyleCollection styles,
	IPlotArea layer
)

Parameters

styles  PlotGroupStyleCollection

[Missing <param name="styles"/> documentation for "M:Altaxo.Graph.Graph3D.Plot.PlotItemCollection.PrepareStylesBackward_HierarchyUpOnly(Altaxo.Graph.Graph3D.Plot.Groups.PlotGroupStyleCollection,Altaxo.Graph.Graph3D.IPlotArea)"]

layer  IPlotArea
The plot layer.
See Also