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.PlotAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax IDocumentLeafNode? DataObject { get; }
Property Value
IDocumentLeafNode
The object that holds the data used for plotting; or null if not applicable.
See Also