point deletion method?? |
Post Reply |
Author | |
co.2195
Newbie Joined: 26 January 2021 Status: Offline Points: 6 |
Post Options
Thanks(0)
Posted: 26 January 2021 at 3:46am |
There is a way to add a point
Is there a way to delete it? Point Add : pPoints->Add(new CXTPChartSeriesPoint(0, 2.5)); Point Delete : ???????? I would like to add only 200 to the chart -> ex) If you add 201, delete 1. |
|
cluster
Groupie Joined: 22 January 2015 Status: Offline Points: 91 |
Post Options
Thanks(1)
|
Hi, I would say: void Remove(
CXTPChartElement* pElement
); or void RemoveAt(
int nIndex
); |
|
Windows 7
Visual Studio 2013 CodeJock 18.6 |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |