Click or drag to resize

PlotItemDataObject Property

Gets the data object associated with this plot item.

Namespace: Altaxo.Graph.Graph3D.Plot
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public abstract IDocumentLeafNode DataObject { get; }

Property Value

IDocumentLeafNode

Implements

IGPlotItemDataObject
See Also