|
OpenPine C++ API
C++ wrapper for the OpenPine Pine Script VM
|
Represents a line-fill graph. More...
#include <line_fill.hpp>
Public Member Functions | |
| LineFill (const ffi::LineFill *p) | |
| int64_t | line1Id () const |
| Gets the first line graph id. | |
| int64_t | line2Id () const |
| Gets the second line graph id. | |
| std::optional< uint32_t > | color () const |
| Gets the optional fill color. | |
Represents a line-fill graph.
Definition at line 24 of file line_fill.hpp.
|
inline |
Definition at line 29 of file line_fill.hpp.
|
inline |
Gets the optional fill color.
Definition at line 44 of file line_fill.hpp.
|
inline |
Gets the first line graph id.
Definition at line 34 of file line_fill.hpp.
|
inline |
Gets the second line graph id.
Definition at line 39 of file line_fill.hpp.