Hi,
I'd like to set the Data Range in my DataSet-from-XY-to-ASCII-export in the code and not on the selection field. Ideally something like "to" = Today - 1 workday, and "from" = "to" - 1 month. Maybe I would be able to find the right C# code for Today and so, but is it even possible to override the hard set/pre-selcted Data Range?
What would be even cooler is if I would read my previously exported DataSet ASCII file, get last date, and set export from date > last data to Today (or Today - 1) and append it to the existing file.
Thanks!
Size:
Color:
Override the Data Range dialog in code? No.
Specify "All Data" and then, while looping bar by bar, set the range manually? Yes. Check out DateTimeToBar in the QuickRef.
Size:
Color: