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
4namespace QTradingView {
5
6enum class ScaleType {
7 Linear,
8 Logarithmic
9};
10
11} // namespace QTradingView
12
13#endif // QTRADINGVIEW_SCALETYPES_H