Specifies a ChartNode as the current node.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual ChartNode Node { set; }
Public Overridable WriteOnly Property Node As ChartNode
Set
public:
virtual property ChartNode^ Node {
void set (ChartNode^ value);
}
abstract Node : ChartNode with set
override Node : ChartNode with set
Property Value
Type:
ChartNode
A
ChartNode containing the curent node.
Remarks
This is used to get drawing attributes from the tree.
See Also