Click or drag to resize
DrawMapNode Property
Specifies the current node of the chart tree.

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

Property Value

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