Login Page - Create Account

Support Board


Date/Time: Fri, 27 Sep 2024 07:31:56 +0000



Post From: Get DateTime of BaseGraphData

[2016-02-08 14:26:52]
User96015 - Posts: 55
Dear sir,
I' m not able to find function which gives date and time of a specifed index in a basegraph data.


SCGraphData BaseGraphData;

// Get the base graph data from the specified chart
sc.GetChartBaseData(ChartStudy.GetChartNumber(), BaseGraphData);
int index = 20;
BaseGraphData[Index]. //Function
As you can see, I need to give time of BaseGraphData array at Index value.
Can you help me?
Thx