This is the root node of the chart tree.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual Chart Chart { get; }
Public Overridable ReadOnly Property Chart As Chart
Get
public:
virtual property Chart^ Chart {
Chart^ get ();
}
abstract Chart : Chart with get
override Chart : Chart with get
Property Value
Type:
Chart
A
Chart that contains the "Chart" attribute value.
See Also