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

Parent class for all plot types. More...

#include <TSCPlots.h>

Inheritance diagram for tsa::plot::plot_base:
tsa::plot::area tsa::plot::bar tsa::plot::hlc tsa::plot::line tsa::plot::marker tsa::plot::multi_marker tsa::plot::ohlc tsa::plot::orders tsa::plot::rarea tsa::plot::rbar tsa::plot::transactions

Public Member Functions

 plot_base (void)
 Constructor.
 
 plot_base (plot_type_t _t, const tsa::variant &_v, const color &_pc, const color &_sc, size_t _w, bool _dc, int _js, bool _has_pivot, double _piv)
 
 plot_base (plot_type_t _t, size_t _nv, const color &_pc, const color &_sc, size_t _w, bool _dc, int _js, bool _has_pivot, double _piv)
 
 ~plot_base (void)
 

Detailed Description

Parent class for all plot types.