Shows the given chart in a default form.

Namespace:  CenterSpace.NMath.Charting.Microsoft
Assembly:  NMathChartMicrosoft (in NMathChartMicrosoft.dll) Version: 5.1.0.0

Syntax

C#
public static void Show(
	Chart chart
)
Visual Basic (Declaration)
Public Shared Sub Show ( _
	chart As Chart _
)
Visual C++
public:
static void Show(
	Chart^ chart
)

Parameters

chart
Type: Chart
The chart to display.

Remarks

Note that when the window is closed, the chart is disposed.

See Also