Trading System API  3.0
Library for Simulating and Deploying Trading and Investment Strategies
tsa::pane_format Class Reference

A pane format. More...

#include <TSASeriesTemplate.h>

Inheritance diagram for tsa::pane_format:
tsa::series< bool > tsa::series< double > tsa::series< T > tsa::series_tuple< T >

Public Member Functions

void copy_pane_format (const pane_format &other) const
 
void pane_auto_pane (bool b) const
 
void pane_dotted_grid (bool b) const
 
void pane_grid_color (const tsa::color &c) const
 
void pane_h_line (const h_line &hl) const
 
void pane_h_line (const tsa::color &c, double y_value, int weight) const
 
const std::vector< tsa::h_line > & pane_h_lines (void) const
 
void pane_show_grid (bool b) const
 
void pane_y_max (double max) const
 
const variantpane_y_max (void) const
 
void pane_y_min (double min) const
 
const variantpane_y_min (void) const
 

Detailed Description

A pane format.

Member Function Documentation

void tsa::pane_format::pane_h_line ( const tsa::color c,
double  y_value,
int  weight 
) const
inline