#include "ChartView.h" ChartView::ChartView(wxWindow* parent) : ChartViewBase(parent) { } ChartView::~ChartView() { }