Specifies the chart to be handled.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual Chart Chart { get; set; }
Public Overridable Property Chart As Chart
Get
Set
public:
virtual property Chart^ Chart {
Chart^ get ();
void set (Chart^ value);
}
abstract Chart : Chart with get, set
override Chart : Chart with get, set
Property Value
Type:
Chart
A
Chart that specifies the chart to be displayed by this
container.
See Also