#include "VtChart.h" namespace HWP { namespace CHART { CVtChart::CVtChart() { } ETypes CVtChart::GetType() const { return ETypes::VtChart; } }}