OpenPine C++ API
C++ wrapper for the OpenPine Pine Script VM
Loading...
Searching...
No Matches
graph.hpp File Reference

C++ wrappers for non-series graph visuals. More...

#include <cstdint>
#include <memory>
#include <optional>
#include "../ffi.hpp"
#include "../types.hpp"
#include "box.hpp"
#include "hline.hpp"
#include "label.hpp"
#include "line.hpp"
#include "line_fill.hpp"
#include "polyline.hpp"
#include "table.hpp"

Go to the source code of this file.

Classes

class  openpine::Graph
 Represents a non-series graph in a chart. More...
class  openpine::GraphIterator
 Iterator over non-series graphs in a chart. More...

Namespaces

namespace  openpine

Detailed Description

C++ wrappers for non-series graph visuals.

Definition in file graph.hpp.