XYZDensityImagePlotItemDataObject Property |
Gets the data object of this plot.
Namespace: Altaxo.Graph.Gdi.PlotAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic override IDocumentLeafNode DataObject { get; }Property Value
IDocumentLeafNode
The object that holds the data used for plotting; or null if not applicable.
Implements
IGPlotItemDataObject
See Also