00001 //LabPlot : tickformatitems.h 00002 00003 #ifndef TICKFORMATITEMS_H 00004 #define TICKFORMATITEMS_H 00005 00006 #include "tickformat.h" 00007 00008 static const char *tickformatitems[] = {I18N_NOOP("automatic"),I18N_NOOP("normal"), 00009 I18N_NOOP("scientific"),I18N_NOOP("power of 10"),I18N_NOOP("power of 2"), 00010 I18N_NOOP("power of e"),I18N_NOOP("sqrt"),I18N_NOOP("time"),I18N_NOOP("date"), 00011 I18N_NOOP("datetime"),I18N_NOOP("degree"),0}; 00012 00013 #endif // TICKFORMAT_H