Click or drag to resize

PlotItemCollectionApplyStylesBackward_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.3572.0 (4.8.3572.0)
Syntax
C#
protected void ApplyStylesBackward_HierarchyUpOnly(
	PlotGroupStyleCollection styles
)

Parameters

styles  PlotGroupStyleCollection
The styles to apply from the parent hierarchy.
See Also