Our ChartView class is the container class for all of our chart objects. It is derived from the .Net UserControl class. While it is possible to make a Form tranparent, the .Net UserControl class does not have that feature. Since the UserControl class does not have that feature, our ChartView class doesn't either.