Model for line, bar and candlestick plots
See full class description
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
-
- Returns
- data point
Check if object has points
- Returns
- true if plot has points
series<Point>& operator[] |
( |
const size_t |
index | ) |
|
|
inline |
Get point at index
- Parameters
-
- Returns
- data point
const series<Point>& operator[] |
( |
const size_t |
index | ) |
const |
|
inline |
Get point at index
- Parameters
-
- Returns
- data point
Number of points in collection
- Returns
- number of points in the collection