data Section
Posted: Thu May 05, 2011 1:59 pm
Hello
i m using .Net Tchart V2 in MFC C++ CLI project.
Our requirement: i wanted to export data teechart to text file but instead of X, Y header i wanted to show some other header in to text file.
Steps: -
1/ Create a chart.
2/ Add a Bar Series.
3/ Add random data.
4/ Export data in to text file
Exported Output in text file
X Y
12 1333
11 1234
14 1111
... ......
In editor --> data Section --> i wanted to put instead of X, Y some other header.
i wanted to change series --> data section header (X, Y).
In Editor --> Data
Required output in text file
Text1 Text 2
12 1333
11 1234
14 1111
..... ......
Question 2 : what is relation between datasource and data section ? .
Question 3: in Editor --> Data Section It takes default header for a specific series ? how we can change it?
i m using .Net Tchart V2 in MFC C++ CLI project.
Our requirement: i wanted to export data teechart to text file but instead of X, Y header i wanted to show some other header in to text file.
Steps: -
1/ Create a chart.
2/ Add a Bar Series.
3/ Add random data.
4/ Export data in to text file
Exported Output in text file
X Y
12 1333
11 1234
14 1111
... ......
In editor --> data Section --> i wanted to put instead of X, Y some other header.
i wanted to change series --> data section header (X, Y).
In Editor --> Data
Required output in text file
Text1 Text 2
12 1333
11 1234
14 1111
..... ......
Question 2 : what is relation between datasource and data section ? .
Question 3: in Editor --> Data Section It takes default header for a specific series ? how we can change it?