Click or drag to resize

IGPlotItem Properties

The IGPlotItem type exposes the following members.

Properties
 NameDescription
Public propertyChildNodes Gets the child nodes.
(Inherited from ITreeNodeT)
Public propertyDataObject Gets an object that holds the data used for plotting. If not applicable for this kind of plot item, null is returned.
(Inherited from IGPlotItem)
Public propertyIsDisposed Gets a value indicating whether this instance is disposed.
(Inherited from IDocumentLeafNode)
Public propertyIsDisposeInProgress Gets a value indicating whether this instance is dispose in progress, or the instance is already disposed.
(Inherited from IDocumentLeafNode)
Public propertyIsSuspended Gets a value indicating whether this instance is suspended.
(Inherited from ISuspendableByToken)
Public propertyName Gets the name of this instance. An InvalidOperationException will be thrown if the name is not yet set or can not be retrieved.
(Inherited from INamedObject)
Public propertyParentCollection The collection where this plot item belongs to. Can be null for the root item.
Public propertyParentNode Gets the parent node of this node.
(Inherited from INodeWithParentNodeT)
Public propertyParentObject Retrieves the parent object.
(Inherited from IDocumentLeafNode)
Public propertyStyleObject Gets an object that holds the style(s) used for plotting. If not applicable for this kind of plot item, null is returned.
(Inherited from IGPlotItem)
Top
See Also