Shows a new chart in a default form.
Namespace:
CenterSpace.NMath.Charting.MicrosoftAssembly: NMathStatsChartMicrosoft (in NMathStatsChartMicrosoft.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public static void Show( DFIntColumn y ) |
| Visual Basic (Declaration) |
|---|
Public Shared Sub Show ( _ y As DFIntColumn _ ) |
| Visual C++ |
|---|
public: static void Show( DFIntColumn^ y ) |
Parameters
- y
- Type: CenterSpace.NMath.Stats..::.DFIntColumn
The y values.
Remarks
Equivalent to:
CopyC#
NMathStatsChart.Show( ToChart( y ) );