SeriesInsert
SeriesInsert
Inserts data series to the chart.
bool SeriesInsert(
const uint pos, // index
const double& value[], // values
const string descr, // label
const uint clr, // color
)Parameters
- pos
[in] Index for insertion.
- value[]
[in] Dara series.
- descr
[in] Series label.
- clr
[in] Series display color.
Return Value
true if successful, otherwise — false.
Last updated on