Click or drag to resize

PlotItemCollectionPrepareStylesIterativeBackward Method

Prepare styles, beginning at item 'pivotidx' in this collection, iterative backwards up and down the hierarchy. It stops at the first item of a collection here or down the hierarchy that do not inherit from it's parent collection.

Namespace: Altaxo.Graph.Graph3D.Plot
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected void PrepareStylesIterativeBackward(
	int pivotidx,
	IPlotArea layer
)

Parameters

pivotidx  Int32
The index of the item where the application process starts.
layer  IPlotArea
The plot layer.
See Also