Click or drag to resize
DrawNode Property
Specifies a ChartNode as the current node.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual ChartNode Node { set; }

Property Value

Type: ChartNode
A ChartNode containing the curent node.
Remarks
This is used to get drawing attributes from the tree.
See Also