QTradingView
1.0.0
A high-performance charting library built with C++ and Qt.
Loading...
Searching...
No Matches
ScaleType.h
1
#ifndef QTRADINGVIEW_SCALETYPES_H
2
#define QTRADINGVIEW_SCALETYPES_H
3
4
namespace
QTradingView {
5
6
enum class
ScaleType {
7
Linear,
8
Logarithmic
9
};
10
11
}
// namespace QTradingView
12
13
#endif
// QTRADINGVIEW_SCALETYPES_H
include
QTradingView
scale
ScaleType.h
Generated by
1.9.8