Click or drag to resize

IGPlotItemDataObject Property

Gets an object that holds the data used for plotting. If not applicable for this kind of plot item, null is returned.

Namespace: Altaxo.Graph.Plot
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
IDocumentLeafNode? DataObject { get; }

Property Value

IDocumentLeafNode
The object that holds the data used for plotting; or null if not applicable.
See Also