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.PlotAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected PlotItemCollection ApplyStylesIterativeBackward(
int pivotidx
)
Parameters
- pivotidx Int32
- The index of the item where the application process starts.
Return Value
PlotItemCollectionThe plot item collection where the process stops.
See Also