Altaxo user manual and class reference
Altaxo user manual and class reference
Altaxo class reference
Altaxo Namespaces
Altaxo.Graph Namespaces
Altaxo.Graph.Gdi.Plot
PlotItemCollection Class
PlotItemCollection Methods
Add Method
AddRange Method
ApplyGroupStyles Method
ApplyGroupStylesForward_HierarchyUpOnly Method
ApplyStylesBackward_HierarchyUpOnly Method
ApplyStylesIterativeBackward Method
ClearPlotItems Method
ClearPlotItemsAndGroupStyles Method
Clone Method
CollectStyles Method
CopyFrom Method
Dispose Method
DistributeChanges Method
DistributePlotStyleFromTemplate Method
EhHitTestObject_Remove Method
EhPlotGroups_Changed Method
FillPlotItemList Method
GetChildObjectNamed Method
GetDocumentNodeChildrenWithName Method
GetEnumerator Method
GetName Method
GetNameOfChildObject Method
HandleHighPriorityChildChangeCases Method
HitTest Method
IndexOf Method
ListPossiblePlotGroupStyles Method
MergeXBoundsInto Method
MergeYBoundsInto Method
OnCollectionChanged Method
OnDeserialization Method
Paint Method
PaintChild Method
PaintPostprocessing Method
PaintPreprocessing Method
PaintSymbol Method
PrepareGroupStyles Method
PrepareGroupStylesForward_HierarchyUpOnly Method
PrepareScales Method
PrepareStylesBackward_HierarchyUpOnly Method
PrepareStylesIterativeBackward Method
Remove Method
Replace Method
SetPlotStyleFromTemplate Method
VisitDocumentReferences Method
Plot
Item
Collection
Replace Method
Replaces one plot item, which must be part of this collection, by another plot item.
Namespace:
Altaxo.Graph.Gdi.Plot
Assembly:
AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
Copy
public
void
Replace
(
IGPlotItem
oldItem
,
IGPlotItem
newItem
)
Parameters
oldItem
IGPlotItem
The old item.
newItem
IGPlotItem
The new item.
Exceptions
Exception
Condition
ArgumentNullException
oldItem or newItem
ArgumentException
OldItem is not member of the collection - oldItem
See Also
Reference
PlotItemCollection Class
Altaxo.Graph.Gdi.Plot Namespace
Altaxo can be downloaded from
SourceForge
. Source code available on
Github
.
(C) Dr. Dirk Lellinger and all contributors to the source code 2002 -
Send comments on this topic to
dlellinger@users.sourceforge.net