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

Class representing a 'pane' on a chart. More...

#include <TSCWrapper.h>

Public Member Functions

 pane (void)
 Constructor.
 
 pane (unsigned height, const color &bg_color)
 Constructor. Sets the pane height in pixels and bg_color.
 
 pane (unsigned height)
 Constructor. Sets the pane height in pixels.
 
 pane (const color &bg_color)
 Constructor. Sets the bg_color.
 
 ~pane (void)
 Destructor.
 

Detailed Description

Class representing a 'pane' on a chart.