root/src/apps/debuganalyzer/gui/chart/ChartDefs.h
/*
 * Copyright 2009, Ingo Weinhold, ingo_weinhold@gmx.de.
 * Distributed under the terms of the MIT License.
 */
#ifndef CHART_DEFS_H
#define CHART_DEFS_H


enum ChartAxisLocation {
        CHART_AXIS_LEFT,
        CHART_AXIS_TOP,
        CHART_AXIS_RIGHT,
        CHART_AXIS_BOTTOM
};


#endif  // CHART_DEFS_H