Support Board
Date/Time: Sat, 10 May 2025 20:32:31 +0000
Post From: ACSIL - Chart Values - displaying - Integer values
[2016-06-10 14:32:42] |
ejtrader - Posts: 688 |
SC Team - Thank you for pointing this out. This certainly takes care of a study - which has single value to display. However if the study has multiple sub-graphs and wanted to have a combination of integers & non-integers - how to get that taken care? Was hoping there should be something like below would take care of it but this doesn't seem to be available. Any suggestion? sg[0].ValueFormat = 0; // integer sg[1].ValueFormat = 2; // non-integer with 2 decimals Thanks Date Time Of Last Edit: 2016-06-10 14:33:07
|