Display big double numbers in scientific notation |
Post Reply |
Author | |
Bassam
Newbie Joined: 29 September 2020 Status: Offline Points: 3 |
Post Options
Thanks(0)
Posted: 29 September 2020 at 8:07am |
Hi
I’m trying to use a CXTPChartControl, then I have added to it a series with many points as: CXTPChartSeries* series1 = new CXTPChartSeries(); series1->GetPoints()->Add(new CXTPChartSeriesPoint(0, 123456789)); series1->GetPoints()->Add(new CXTPChartSeriesPoint(3, 2)); But my problem is a codejock chart rendered a points in scientific notation, i.e (1.23457e+08) not as it (123456789). Also this problem repeated in axis values (as displayed in image below). How can I solve this problem? Thanks. |
|
MSc. Software Engineer
|
|
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 |