OpenPine C++ API
C++ wrapper for the OpenPine Pine Script VM
Loading...
Searching...
No Matches
openpine::graph::LineFill Class Reference

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.

Detailed Description

Represents a line-fill graph.

Definition at line 24 of file line_fill.hpp.

Constructor & Destructor Documentation

◆ LineFill()

openpine::graph::LineFill::LineFill ( const ffi::LineFill * p)
inline

Definition at line 29 of file line_fill.hpp.

Member Function Documentation

◆ color()

std::optional< uint32_t > openpine::graph::LineFill::color ( ) const
inline

Gets the optional fill color.

Definition at line 44 of file line_fill.hpp.

◆ line1Id()

int64_t openpine::graph::LineFill::line1Id ( ) const
inline

Gets the first line graph id.

Definition at line 34 of file line_fill.hpp.

◆ line2Id()

int64_t openpine::graph::LineFill::line2Id ( ) const
inline

Gets the second line graph id.

Definition at line 39 of file line_fill.hpp.


The documentation for this class was generated from the following file: