Model for line, bar and candlestick plots

Modules

 Point on a bar graph
 
 Point on a candle stick plot
 
 Point on a plot
 
 Collection of points on a plot
 
 Collection of points on a plot
 

Functions

const series< Point > & at (const size_t index) const INTEROP_THROW_SPEC((model
 
series< Point > & operator[] (const size_t index) INTEROP_THROW_SPEC((model
 
const series< Point > & operator[] (const size_t index) const INTEROP_THROW_SPEC((model
 
size_t size () const
 
bool empty () const
 

Detailed Description

Model for line, bar and candlestick plots

See full class description

Function Documentation

const series<Point>& at ( const size_t  index) const
inline

Get point at index

Deprecated:
Will be removed in next feature version (use operator[] instead for C++ Code)
Parameters
indexindex of point
Returns
data point
bool empty ( ) const
inline

Check if object has points

Returns
true if plot has points
series<Point>& operator[] ( const size_t  index)
inline

Get point at index

Parameters
indexindex of point
Returns
data point
const series<Point>& operator[] ( const size_t  index) const
inline

Get point at index

Parameters
indexindex of point
Returns
data point
size_t size ( ) const
inline

Number of points in collection

Returns
number of points in the collection