PlotItemCollectionDistributeChanges Method |
Distribute the changes made to the plotitem 'pivotitem' to all other items in the collection and if neccessary, also up and down the plot item tree.
Namespace: Altaxo.Graph.Gdi.PlotAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void DistributeChanges(
IGPlotItem pivotitem
)
Parameters
- pivotitem IGPlotItem
- The plot item where changes to the plot item's styles were made.
See Also