I am a novice BCB, I ask you a question,
Now I want to access to a data (. TXT)
Import TChar painting line chart
Series1 - & gt; AddXY (X, Y)
The inside of the X, Y want how to write to the. TXT graphed the data
CodePudding user response:
Write the number of TXT read out in AddXY, such as:
AddXY (10.5, 11.3)
CodePudding user response:
Post your TXT part of the data I see
No data, how do I know how to deal with your files?
CodePudding user response:
refer to the second floor cptang response: posted your TXT part of the data I see No data, how do I know how to deal with your files? Is XX. XXXX XX. XXXX XX. XXXX Digital There may be hundreds of pens CodePudding user response:
reference q123123x reply: 3/f refer to the second floor cptang response: Post your TXT part of the data I see No data, how do I know how to deal with your files? Is XX. XXXX XX. XXXX XX. XXXX Digital There may be hundreds of pen See this data, you should TXT read data as the value of Y, It is ok to increase the value of X For example: Double X, Y; The following cycle: X +=1; Y=TXT read a value Series1 - & gt; AddXY (X, Y) CodePudding user response:
reference 4 floor xjq2003 response: reference q123123x reply: 3/f reference cptang reply 2 floor: Post your TXT part of the data I see No data, how do I know how to deal with your files? Is XX. XXXX XX. XXXX XX. XXXX Digital There may be hundreds of pens See this data, you should TXT read data as the value of Y, It is ok to increase the value of X For example: Double X, Y; The following... TXT values inside there are a lot of pen and different data Excuse me, can you teach me in detail Y=TXT what to write to a put a lot of pen writes with the increasing order of X + Y