All Controls
Adding Imports/Using Statements for the Namespaces
The controls and classes for the .Net Analytics controls are in several namespaces. This page shows what namespaces need to be included.
Add the Namespaces
Below, we show the namespaces to add to the top of your program files:
[Visual Basic]
Imports SEI.Charts.Charts2D
Imports VDISoft.SPC.Charts
Imports VDISoft.SPC.WinControls
[Visual C#]
using SEI.Charts.Charts2D;
using VDISoft.SPC.Charts;
using VDISoft.SPC.WinControls;