The Chart object associated with this WebChart.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public Chart Chart { get; set; }
Public Property Chart As Chart
Get
Set
public:
property Chart^ Chart {
Chart^ get ();
void set (Chart^ value);
}
member Chart : Chart with get, set
Property Value
Type:
Chart
A
Chart where the drawing is to rendered.
See Also