Click or drag to resize

PlotItemCollectionApplyStylesIterativeBackward Method

Apply 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 PlotItemCollection ApplyStylesIterativeBackward(
	int pivotidx
)

Parameters

pivotidx  Int32
The index of the item where the application process starts.

Return Value

PlotItemCollection
The plot item collection where the process stops.
See Also